[tryton-debian-vcs] tryton-modules-health-services branch debian updated. debian/3.0.6-1-4-gec91cd0
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Mon Mar 27 08:16:46 UTC 2017
The following commit has been merged in the debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-health-services.git;a=commitdiff;h=debian/3.0.6-1-4-gec91cd0
commit ec91cd0439a3420e17ea7acd77716bf50ef116bf
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Mon Mar 27 09:26:47 2017 +0200
Releasing debian version 3.0.8-1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/debian/changelog b/debian/changelog
index 8c2bc59..38df161 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tryton-modules-health-services (3.0.8-1) unstable; urgency=medium
+
+ * Merging upstream version 3.0.8.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Mon, 27 Mar 2017 09:26:47 +0200
+
tryton-modules-health-services (3.0.7-1) unstable; urgency=medium
* Merging upstream version 3.0.7.
commit 57c17cdf63e2502b9519bfe93996763f106d30cd
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Mon Mar 27 09:26:46 2017 +0200
Merging upstream version 3.0.8.
diff --git a/PKG-INFO b/PKG-INFO
index 7ff77d0..0fef991 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_health_services
-Version: 3.0.7
+Version: 3.0.8
Summary: GNU Health Services Module
Home-page: http://health.gnu.org/
Author: GNU Solidario
diff --git a/tryton.cfg b/tryton.cfg
index 16d5b57..7d9b690 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=3.0.7
+version=3.0.8
depends:
health
account_invoice
diff --git a/trytond_health_services.egg-info/PKG-INFO b/trytond_health_services.egg-info/PKG-INFO
index 3e0fc32..65314c3 100644
--- a/trytond_health_services.egg-info/PKG-INFO
+++ b/trytond_health_services.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond-health-services
-Version: 3.0.7
+Version: 3.0.8
Summary: GNU Health Services Module
Home-page: http://health.gnu.org/
Author: GNU Solidario
diff --git a/trytond_health_services.egg-info/requires.txt b/trytond_health_services.egg-info/requires.txt
index f3c6168..eb40660 100644
--- a/trytond_health_services.egg-info/requires.txt
+++ b/trytond_health_services.egg-info/requires.txt
@@ -1,3 +1,3 @@
-trytond_health == 3.0.7
+trytond_health == 3.0.8
trytond_account_invoice >= 3.8, < 3.9
trytond >= 3.8, < 3.9
commit 827de3eb47b0b790c1dab87f508be2621f952071
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sun Mar 19 14:32:55 2017 +0100
Releasing debian version 3.0.7-1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/debian/changelog b/debian/changelog
index 78ee52e..8c2bc59 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tryton-modules-health-services (3.0.7-1) unstable; urgency=medium
+
+ * Merging upstream version 3.0.7.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Sun, 19 Mar 2017 14:32:55 +0100
+
tryton-modules-health-services (3.0.6-1) unstable; urgency=medium
* Merging upstream version 3.0.6.
commit 0b853b6b0e398e2db4bbacc359c87d11e417eef0
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sun Mar 19 14:32:55 2017 +0100
Merging upstream version 3.0.7.
diff --git a/PKG-INFO b/PKG-INFO
index 03593b2..7ff77d0 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_health_services
-Version: 3.0.6
+Version: 3.0.7
Summary: GNU Health Services Module
Home-page: http://health.gnu.org/
Author: GNU Solidario
diff --git a/README b/README
index 45f0f01..3a5c06d 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2016 Luis Falcon
+# Copyright (C) 2008-2017 Luis Falcon
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/__init__.py b/__init__.py
index daa252c..f8904a1 100644
--- a/__init__.py
+++ b/__init__.py
@@ -2,8 +2,8 @@
##############################################################################
#
# GNU Health: The Free Health and Hospital Information System
-# Copyright (C) 2008-2016 Luis Falcon <lfalcon at gnusolidario.org>
-# Copyright (C) 2011-2016 GNU Solidario <health at gnusolidario.org>
+# Copyright (C) 2008-2017 Luis Falcon <lfalcon at gnusolidario.org>
+# Copyright (C) 2011-2017 GNU Solidario <health at gnusolidario.org>
#
#
# This program is free software: you can redistribute it and/or modify
diff --git a/health_services.py b/health_services.py
index 475cc66..d1ac01a 100644
--- a/health_services.py
+++ b/health_services.py
@@ -2,8 +2,8 @@
##############################################################################
#
# GNU Health: The Free Health and Hospital Information System
-# Copyright (C) 2008-2016 Luis Falcon <lfalcon at gnusolidario.org>
-# Copyright (C) 2011-2016 GNU Solidario <health at gnusolidario.org>
+# Copyright (C) 2008-2017 Luis Falcon <lfalcon at gnusolidario.org>
+# Copyright (C) 2011-2017 GNU Solidario <health at gnusolidario.org>
#
# Copyright (C) 2011 Adrián Bernardi, Mario Puntin (health_invoice)
#
diff --git a/tryton.cfg b/tryton.cfg
index bd1446a..16d5b57 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=3.0.6
+version=3.0.7
depends:
health
account_invoice
diff --git a/trytond_health_services.egg-info/PKG-INFO b/trytond_health_services.egg-info/PKG-INFO
index 5fd7e1d..3e0fc32 100644
--- a/trytond_health_services.egg-info/PKG-INFO
+++ b/trytond_health_services.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond-health-services
-Version: 3.0.6
+Version: 3.0.7
Summary: GNU Health Services Module
Home-page: http://health.gnu.org/
Author: GNU Solidario
diff --git a/trytond_health_services.egg-info/requires.txt b/trytond_health_services.egg-info/requires.txt
index 4481477..f3c6168 100644
--- a/trytond_health_services.egg-info/requires.txt
+++ b/trytond_health_services.egg-info/requires.txt
@@ -1,3 +1,3 @@
-trytond_health == 3.0.6
+trytond_health == 3.0.7
trytond_account_invoice >= 3.8, < 3.9
trytond >= 3.8, < 3.9
diff --git a/wizard/__init__.py b/wizard/__init__.py
index 15ee8fb..47a65f6 100755
--- a/wizard/__init__.py
+++ b/wizard/__init__.py
@@ -2,8 +2,8 @@
##############################################################################
#
# GNU Health: The Free Health and Hospital Information System
-# Copyright (C) 2008-2016 Luis Falcon <lfalcon at gnusolidario.org>
-# Copyright (C) 2011-2016 GNU Solidario <health at gnusolidario.org>
+# Copyright (C) 2008-2017 Luis Falcon <lfalcon at gnusolidario.org>
+# Copyright (C) 2011-2017 GNU Solidario <health at gnusolidario.org>
#
#
# This program is free software: you can redistribute it and/or modify
diff --git a/wizard/wizard_health_services.py b/wizard/wizard_health_services.py
index 7f40787..1372ea3 100644
--- a/wizard/wizard_health_services.py
+++ b/wizard/wizard_health_services.py
@@ -2,8 +2,8 @@
##############################################################################
#
# GNU Health: The Free Health and Hospital Information System
-# Copyright (C) 2008-2016 Luis Falcon <lfalcon at gnusolidario.org>
-# Copyright (C) 2011-2016 GNU Solidario <health at gnusolidario.org>
+# Copyright (C) 2008-2017 Luis Falcon <lfalcon at gnusolidario.org>
+# Copyright (C) 2011-2017 GNU Solidario <health at gnusolidario.org>
#
#
#
--
tryton-modules-health-services
More information about the tryton-debian-vcs
mailing list