[tryton-debian-vcs] tryton-modules-health-pediatrics-growth-charts branch upstream updated. upstream/3.0.6-2-g5401729

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Mon Mar 27 08:15:18 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-pediatrics-growth-charts.git;a=commitdiff;h=upstream/3.0.6-2-g5401729

commit 54017294544c4a46bff9112b0dc552f25860db8d
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Mon Mar 27 09:18:18 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 1fe0072..4c97aad 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_health_pediatrics_growth_charts
-Version: 3.0.7
+Version: 3.0.8
 Summary: GNU Health Pediatrics Growth Charts Module
 Home-page: http://health.gnu.org/
 Author: GNU Solidario
diff --git a/tryton.cfg b/tryton.cfg
index 0c90b6a..10ebcf1 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=3.0.7
+version=3.0.8
 depends:
     health_pediatrics
 
diff --git a/trytond_health_pediatrics_growth_charts.egg-info/PKG-INFO b/trytond_health_pediatrics_growth_charts.egg-info/PKG-INFO
index 308596d..8773684 100644
--- a/trytond_health_pediatrics_growth_charts.egg-info/PKG-INFO
+++ b/trytond_health_pediatrics_growth_charts.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond-health-pediatrics-growth-charts
-Version: 3.0.7
+Version: 3.0.8
 Summary: GNU Health Pediatrics Growth Charts Module
 Home-page: http://health.gnu.org/
 Author: GNU Solidario
diff --git a/trytond_health_pediatrics_growth_charts.egg-info/requires.txt b/trytond_health_pediatrics_growth_charts.egg-info/requires.txt
index 77b8453..7674fee 100644
--- a/trytond_health_pediatrics_growth_charts.egg-info/requires.txt
+++ b/trytond_health_pediatrics_growth_charts.egg-info/requires.txt
@@ -1,2 +1,2 @@
-trytond_health_pediatrics == 3.0.7
+trytond_health_pediatrics == 3.0.8
 trytond >= 3.8, < 3.9
commit 40932bec729e4c7b38c27e7be6fc5c5593a0355c
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sun Mar 19 14:24:51 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 1305402..1fe0072 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_health_pediatrics_growth_charts
-Version: 3.0.6
+Version: 3.0.7
 Summary: GNU Health Pediatrics Growth Charts 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 548bdef..4ffe5f0 100755
--- a/__init__.py
+++ b/__init__.py
@@ -2,9 +2,9 @@
 ##############################################################################
 #
 #    GNU Health: The Free Health and Hospital Information System
-#    Copyright (C) 2008-2016 Luis Falcon <lfalcon at gnusolidario.org>
+#    Copyright (C) 2008-2017 Luis Falcon <lfalcon at gnusolidario.org>
 #    Copyright (C) 2013  Sebastián Marro <smarro at gnusolidario.org>
-#    Copyright (C) 2011-2016 GNU Solidario <health 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
 #    it under the terms of the GNU General Public License as published by
diff --git a/health_pediatrics_growth_charts.py b/health_pediatrics_growth_charts.py
index 4be5588..17e0a64 100644
--- a/health_pediatrics_growth_charts.py
+++ b/health_pediatrics_growth_charts.py
@@ -2,9 +2,9 @@
 ##############################################################################
 #
 #    GNU Health: The Free Health and Hospital Information System
-#    Copyright (C) 2008-2016 Luis Falcon <lfalcon at gnusolidario.org>
+#    Copyright (C) 2008-2017 Luis Falcon <lfalcon at gnusolidario.org>
 #    Copyright (C) 2013  Sebastián Marro <smarro at gnusolidario.org>
-#    Copyright (C) 2011-2016 GNU Solidario <health 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
 #    it under the terms of the GNU General Public License as published by
diff --git a/tryton.cfg b/tryton.cfg
index 4745b4a..0c90b6a 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=3.0.6
+version=3.0.7
 depends:
     health_pediatrics
 
diff --git a/trytond_health_pediatrics_growth_charts.egg-info/PKG-INFO b/trytond_health_pediatrics_growth_charts.egg-info/PKG-INFO
index 7ee83a8..308596d 100644
--- a/trytond_health_pediatrics_growth_charts.egg-info/PKG-INFO
+++ b/trytond_health_pediatrics_growth_charts.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond-health-pediatrics-growth-charts
-Version: 3.0.6
+Version: 3.0.7
 Summary: GNU Health Pediatrics Growth Charts Module
 Home-page: http://health.gnu.org/
 Author: GNU Solidario
diff --git a/trytond_health_pediatrics_growth_charts.egg-info/requires.txt b/trytond_health_pediatrics_growth_charts.egg-info/requires.txt
index 36513ac..77b8453 100644
--- a/trytond_health_pediatrics_growth_charts.egg-info/requires.txt
+++ b/trytond_health_pediatrics_growth_charts.egg-info/requires.txt
@@ -1,2 +1,2 @@
-trytond_health_pediatrics == 3.0.6
+trytond_health_pediatrics == 3.0.7
 trytond >= 3.8, < 3.9
-- 
tryton-modules-health-pediatrics-growth-charts



More information about the tryton-debian-vcs mailing list