[tryton-debian-vcs] tryton-modules-health-imaging branch debian updated. debian/3.0.6-1-4-g01ee55b

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Mon Mar 27 08:12:35 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-imaging.git;a=commitdiff;h=debian/3.0.6-1-4-g01ee55b

commit 01ee55b148abd6d9aee8e287071b6ad23c9a894f
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Mon Mar 27 09:44:11 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 a33ebc4..7562ef3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tryton-modules-health-imaging (3.0.8-1) unstable; urgency=medium
+
+  * Merging upstream version 3.0.8.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Mon, 27 Mar 2017 09:44:10 +0200
+
 tryton-modules-health-imaging (3.0.7-1) unstable; urgency=medium
 
   * Merging upstream version 3.0.7.
commit 387fd9f40a519ed75a9baa89475fa6c90d05e547
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Mon Mar 27 09:44:10 2017 +0200

    Merging upstream version 3.0.8.

diff --git a/PKG-INFO b/PKG-INFO
index 89a6b08..cc30ef6 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_health_imaging
-Version: 3.0.7
+Version: 3.0.8
 Summary: GNU Health Imaging Module
 Home-page: http://health.gnu.org/
 Author: GNU Solidario
diff --git a/tryton.cfg b/tryton.cfg
index b77d44d..ae2bdaa 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=3.0.7
+version=3.0.8
 depends:
     health
 xml:
diff --git a/trytond_health_imaging.egg-info/PKG-INFO b/trytond_health_imaging.egg-info/PKG-INFO
index d8ebbb9..75294b3 100644
--- a/trytond_health_imaging.egg-info/PKG-INFO
+++ b/trytond_health_imaging.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond-health-imaging
-Version: 3.0.7
+Version: 3.0.8
 Summary: GNU Health Imaging Module
 Home-page: http://health.gnu.org/
 Author: GNU Solidario
diff --git a/trytond_health_imaging.egg-info/requires.txt b/trytond_health_imaging.egg-info/requires.txt
index 290daa2..e85de91 100644
--- a/trytond_health_imaging.egg-info/requires.txt
+++ b/trytond_health_imaging.egg-info/requires.txt
@@ -1,2 +1,2 @@
-trytond_health == 3.0.7
+trytond_health == 3.0.8
 trytond >= 3.8, < 3.9
commit 9fcef58877a47fa2ce75b63e4963215e7414dd23
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sun Mar 19 14:48:40 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 06e5729..a33ebc4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tryton-modules-health-imaging (3.0.7-1) unstable; urgency=medium
+
+  * Merging upstream version 3.0.7.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Sun, 19 Mar 2017 14:48:40 +0100
+
 tryton-modules-health-imaging (3.0.6-1) unstable; urgency=medium
 
   * Merging upstream version 3.0.6.
commit cf3d5cbb6e363b986258bba48eded53a78420c6d
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sun Mar 19 14:48:40 2017 +0100

    Merging upstream version 3.0.7.

diff --git a/PKG-INFO b/PKG-INFO
index 534d707..89a6b08 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_health_imaging
-Version: 3.0.6
+Version: 3.0.7
 Summary: GNU Health Imaging 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 5a5c47a..5e397b3 100755
--- 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>
 #
 #    Copyright (C) 2013  Sebastián Marro <smarro at thymbra.com>
 #
diff --git a/health_imaging.py b/health_imaging.py
index a2ffc62..cfaee06 100644
--- a/health_imaging.py
+++ b/health_imaging.py
@@ -2,7 +2,7 @@
 ##############################################################################
 #
 #    GNU Health: The Free Health and Hospital Information System
-#    Copyright (C) 2008-2016 Luis Falcon <lfalcon at gnu.org>
+#    Copyright (C) 2008-2017 Luis Falcon <lfalcon at gnu.org>
 #    Copyright (C) 2013  Sebastián Marro <smarro at thymbra.com>
 #
 #    This program is free software: you can redistribute it and/or modify
diff --git a/tryton.cfg b/tryton.cfg
index 1168175..b77d44d 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=3.0.6
+version=3.0.7
 depends:
     health
 xml:
diff --git a/trytond_health_imaging.egg-info/PKG-INFO b/trytond_health_imaging.egg-info/PKG-INFO
index cd73bf3..d8ebbb9 100644
--- a/trytond_health_imaging.egg-info/PKG-INFO
+++ b/trytond_health_imaging.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond-health-imaging
-Version: 3.0.6
+Version: 3.0.7
 Summary: GNU Health Imaging Module
 Home-page: http://health.gnu.org/
 Author: GNU Solidario
diff --git a/trytond_health_imaging.egg-info/requires.txt b/trytond_health_imaging.egg-info/requires.txt
index 0e05da9..290daa2 100644
--- a/trytond_health_imaging.egg-info/requires.txt
+++ b/trytond_health_imaging.egg-info/requires.txt
@@ -1,2 +1,2 @@
-trytond_health == 3.0.6
+trytond_health == 3.0.7
 trytond >= 3.8, < 3.9
diff --git a/wizard/__init__.py b/wizard/__init__.py
index 7afb319..fb544a4 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_imaging.py b/wizard/wizard_health_imaging.py
index 452b01f..c41d2f8 100644
--- a/wizard/wizard_health_imaging.py
+++ b/wizard/wizard_health_imaging.py
@@ -2,7 +2,7 @@
 ##############################################################################
 #
 #    GNU Health: The Free Health and Hospital Information System
-#    Copyright (C) 2008-2016 Luis Falcon <lfalcon at gnu.org>
+#    Copyright (C) 2008-2017 Luis Falcon <lfalcon at gnu.org>
 #    Copyright (C) 2013  Sebastián Marro <smarro at thymbra.com>
 #
 #    This program is free software: you can redistribute it and/or modify
-- 
tryton-modules-health-imaging



More information about the tryton-debian-vcs mailing list