[tryton-debian-vcs] tryton-modules-health-nursing branch debian updated. debian/3.0.6-1-4-g354c52f
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Mon Mar 27 08:14:27 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-nursing.git;a=commitdiff;h=debian/3.0.6-1-4-g354c52f
commit 354c52f3fc066b85002815a6d79ccf174203ab08
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Mon Mar 27 09:36:07 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 170ad12..a6af81b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tryton-modules-health-nursing (3.0.8-1) unstable; urgency=medium
+
+ * Merging upstream version 3.0.8.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Mon, 27 Mar 2017 09:36:07 +0200
+
tryton-modules-health-nursing (3.0.7-1) unstable; urgency=medium
* Merging upstream version 3.0.7.
commit d32588b289f01fe4b1c537f6d1f9afff966d4f0e
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Mon Mar 27 09:36:06 2017 +0200
Merging upstream version 3.0.8.
diff --git a/PKG-INFO b/PKG-INFO
index dc1c970..a809497 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_health_nursing
-Version: 3.0.7
+Version: 3.0.8
Summary: GNU Health Nursing Module
Home-page: http://health.gnu.org/
Author: GNU Solidario
diff --git a/tryton.cfg b/tryton.cfg
index 0a9d387..ff3cea8 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=3.0.7
+version=3.0.8
depends:
health
health_inpatient
diff --git a/trytond_health_nursing.egg-info/PKG-INFO b/trytond_health_nursing.egg-info/PKG-INFO
index f2cb266..07f30fa 100644
--- a/trytond_health_nursing.egg-info/PKG-INFO
+++ b/trytond_health_nursing.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond-health-nursing
-Version: 3.0.7
+Version: 3.0.8
Summary: GNU Health Nursing Module
Home-page: http://health.gnu.org/
Author: GNU Solidario
diff --git a/trytond_health_nursing.egg-info/requires.txt b/trytond_health_nursing.egg-info/requires.txt
index eeb054b..38a99cb 100644
--- a/trytond_health_nursing.egg-info/requires.txt
+++ b/trytond_health_nursing.egg-info/requires.txt
@@ -1,3 +1,3 @@
-trytond_health == 3.0.7
-trytond_health_inpatient == 3.0.7
+trytond_health == 3.0.8
+trytond_health_inpatient == 3.0.8
trytond >= 3.8, < 3.9
commit 1818a5050a90044546d00b2f214dd344a675d89b
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sun Mar 19 14:40:45 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 0290884..170ad12 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tryton-modules-health-nursing (3.0.7-1) unstable; urgency=medium
+
+ * Merging upstream version 3.0.7.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Sun, 19 Mar 2017 14:40:45 +0100
+
tryton-modules-health-nursing (3.0.6-1) unstable; urgency=medium
* Merging upstream version 3.0.6.
commit df24b703ff262e46845d629ce4ba5e90036bd1ad
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sun Mar 19 14:40:45 2017 +0100
Merging upstream version 3.0.7.
diff --git a/PKG-INFO b/PKG-INFO
index 819524c..dc1c970 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_health_nursing
-Version: 3.0.6
+Version: 3.0.7
Summary: GNU Health Nursing 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 2d48295..ae954dd 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_nursing.py b/health_nursing.py
index 688b20a..8af20f8 100644
--- a/health_nursing.py
+++ b/health_nursing.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/tryton.cfg b/tryton.cfg
index 6610e13..0a9d387 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=3.0.6
+version=3.0.7
depends:
health
health_inpatient
diff --git a/trytond_health_nursing.egg-info/PKG-INFO b/trytond_health_nursing.egg-info/PKG-INFO
index 5573b5b..f2cb266 100644
--- a/trytond_health_nursing.egg-info/PKG-INFO
+++ b/trytond_health_nursing.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond-health-nursing
-Version: 3.0.6
+Version: 3.0.7
Summary: GNU Health Nursing Module
Home-page: http://health.gnu.org/
Author: GNU Solidario
diff --git a/trytond_health_nursing.egg-info/requires.txt b/trytond_health_nursing.egg-info/requires.txt
index 54a2d4b..eeb054b 100644
--- a/trytond_health_nursing.egg-info/requires.txt
+++ b/trytond_health_nursing.egg-info/requires.txt
@@ -1,3 +1,3 @@
-trytond_health == 3.0.6
-trytond_health_inpatient == 3.0.6
+trytond_health == 3.0.7
+trytond_health_inpatient == 3.0.7
trytond >= 3.8, < 3.9
--
tryton-modules-health-nursing
More information about the tryton-debian-vcs
mailing list