[tryton-debian-vcs] tryton-modules-health-reporting branch upstream updated. upstream/3.0.6-2-gcdb7e9a

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Mon Mar 27 08:16:32 UTC 2017


The following commit has been merged in the upstream branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-health-reporting.git;a=commitdiff;h=upstream/3.0.6-2-gcdb7e9a

commit cdb7e9ae43b0efed881221e206b8797408bf89f5
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Mon Mar 27 09:58:14 2017 +0200

    Adding upstream version 3.0.8.
    
    Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>

diff --git a/PKG-INFO b/PKG-INFO
index e7eaaf1..ee98151 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_health_reporting
-Version: 3.0.7
+Version: 3.0.8
 Summary: GNU Health Reporting Module
 Home-page: http://health.gnu.org/
 Author: GNU Solidario
diff --git a/tryton.cfg b/tryton.cfg
index a7bb180..194002d 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_reporting.egg-info/PKG-INFO b/trytond_health_reporting.egg-info/PKG-INFO
index 44a7782..bc23888 100644
--- a/trytond_health_reporting.egg-info/PKG-INFO
+++ b/trytond_health_reporting.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond-health-reporting
-Version: 3.0.7
+Version: 3.0.8
 Summary: GNU Health Reporting Module
 Home-page: http://health.gnu.org/
 Author: GNU Solidario
diff --git a/trytond_health_reporting.egg-info/requires.txt b/trytond_health_reporting.egg-info/requires.txt
index 290daa2..e85de91 100644
--- a/trytond_health_reporting.egg-info/requires.txt
+++ b/trytond_health_reporting.egg-info/requires.txt
@@ -1,2 +1,2 @@
-trytond_health == 3.0.7
+trytond_health == 3.0.8
 trytond >= 3.8, < 3.9
commit 59dfdb0d9c4b8baf9f89c37778d7cc242bb59d54
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sun Mar 19 15:02:29 2017 +0100

    Adding upstream version 3.0.7.
    
    Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>

diff --git a/PKG-INFO b/PKG-INFO
index 384ac7b..e7eaaf1 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_health_reporting
-Version: 3.0.6
+Version: 3.0.7
 Summary: GNU Health Reporting Module
 Home-page: http://health.gnu.org/
 Author: GNU Solidario
diff --git a/README b/README
index d1a5e44..d89dbf5 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-#    Copyright (C) 2008-2016 Luis Falcon <falcon at gnu.org>
+#    Copyright (C) 2008-2017 Luis Falcon <falcon at gnu.org>
 #    Copyright (C) 2011-2015 GNU Solidario <health at gnusolidario.org>
 
 #    This program is free software: you can redistribute it and/or modify
diff --git a/report/summary_report.py b/report/summary_report.py
index 53e49b1..341fea4 100644
--- a/report/summary_report.py
+++ b/report/summary_report.py
@@ -2,8 +2,8 @@
 ##############################################################################
 #
 #    GNU Health: The Free Health and Hospital Information System
-#    Copyright (C) 2008-2016 Luis Falcon <falcon at gnu.org>
-#    Copyright (C) 2011-2016 GNU Solidario <health at gnusolidario.org>
+#    Copyright (C) 2008-2017 Luis Falcon <falcon at gnu.org>
+#    Copyright (C) 2011-2017 GNU Solidario <health at gnusolidario.org>
 #
 #    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/tryton.cfg b/tryton.cfg
index f24a48c..a7bb180 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_reporting.egg-info/PKG-INFO b/trytond_health_reporting.egg-info/PKG-INFO
index a3f12a6..44a7782 100644
--- a/trytond_health_reporting.egg-info/PKG-INFO
+++ b/trytond_health_reporting.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond-health-reporting
-Version: 3.0.6
+Version: 3.0.7
 Summary: GNU Health Reporting Module
 Home-page: http://health.gnu.org/
 Author: GNU Solidario
diff --git a/trytond_health_reporting.egg-info/requires.txt b/trytond_health_reporting.egg-info/requires.txt
index 0e05da9..290daa2 100644
--- a/trytond_health_reporting.egg-info/requires.txt
+++ b/trytond_health_reporting.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 544ae13..b4c5ad4 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_evaluations.py b/wizard/wizard_evaluations.py
index d4a3956..a0f2491 100644
--- a/wizard/wizard_evaluations.py
+++ b/wizard/wizard_evaluations.py
@@ -4,8 +4,8 @@
 #
 #
 #    Copyright (C) 2012-2014  Sebastian Marro <smarro at gnusolidario.org>
-#    Copyright (C) 2013-2016 Luis Falcon <lfalcon at gnusolidario.org>
-#    Copyright (C) 2011-2016 GNU Solidario <health at gnusolidario.org>
+#    Copyright (C) 2013-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_summary_report.py b/wizard/wizard_summary_report.py
index 710ef94..a41f53a 100644
--- a/wizard/wizard_summary_report.py
+++ b/wizard/wizard_summary_report.py
@@ -2,8 +2,8 @@
 ##############################################################################
 #
 #    GNU Health: The Free Health and Hospital Information System
-#    Copyright (C) 2008-2016 Luis Falcon <falcon at gnu.org>
-#    Copyright (C) 2011-2016 GNU Solidario <health at gnusolidario.org>
+#    Copyright (C) 2008-2017 Luis Falcon <falcon at gnu.org>
+#    Copyright (C) 2011-2017 GNU Solidario <health at gnusolidario.org>
 #
 #    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/wizard/wizard_top_diseases.py b/wizard/wizard_top_diseases.py
index 19b02a6..dd81387 100644
--- a/wizard/wizard_top_diseases.py
+++ b/wizard/wizard_top_diseases.py
@@ -4,8 +4,8 @@
 #
 #
 #    Copyright (C) 2012-2014  Sebastian Marro <smarro at gnusolidario.org>
-#    Copyright (C) 2013-2016 Luis Falcon <lfalcon at gnusolidario.org>
-#    Copyright (C) 2011-2016 GNU Solidario <health at gnusolidario.org>
+#    Copyright (C) 2013-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
-- 
tryton-modules-health-reporting



More information about the tryton-debian-vcs mailing list