[tryton-debian-vcs] tryton-modules-health-ntd branch upstream updated. upstream/2.8.1-1-ge5426e2

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Mon Mar 28 18:27:42 UTC 2016


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-ntd.git;a=commitdiff;h=upstream/2.8.1-1-ge5426e2

commit e5426e25aac66087e4ba11979118bdfca099fef8
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Mon Mar 28 01:34:45 2016 +0200

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

diff --git a/PKG-INFO b/PKG-INFO
index 230fbfb..ab04467 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_health_ntd
-Version: 2.8.1
+Version: 3.0.1
 Summary: GNU Health Neglected Tropical Diseases Module
 Home-page: http://health.gnu.org/
 Author: GNU Solidario
diff --git a/README b/README
index 4d62bf1..45f0f01 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-#    Copyright (C) 2008-2015 Luis Falcon
+#    Copyright (C) 2008-2016 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 7650320..6db84b6 100644
--- a/__init__.py
+++ b/__init__.py
@@ -2,8 +2,8 @@
 ##############################################################################
 #
 #    GNU Health: The Free Health and Hospital Information System
-#    Copyright (C) 2008-2015 Luis Falcon <lfalcon at gnusolidario.org>
-#    Copyright (C) 2011-2015 GNU Solidario <health at gnusolidario.org>
+#    Copyright (C) 2008-2016 Luis Falcon <lfalcon at gnusolidario.org>
+#    Copyright (C) 2011-2016 GNU Solidario <health at gnusolidario.org>
 #
 #
 #    This program is free software: you can redistribute it and/or modify
diff --git a/health_ntd.py b/health_ntd.py
index 80ccc2e..a4f6467 100644
--- a/health_ntd.py
+++ b/health_ntd.py
@@ -2,8 +2,8 @@
 ##############################################################################
 #
 #    GNU Health: The Free Health and Hospital Information System
-#    Copyright (C) 2008-2015 Luis Falcon <lfalcon at gnusolidario.org>
-#    Copyright (C) 2011-2015 GNU Solidario <health at gnusolidario.org>
+#    Copyright (C) 2008-2016 Luis Falcon <lfalcon at gnusolidario.org>
+#    Copyright (C) 2011-2016 GNU Solidario <health at gnusolidario.org>
 #
 #
 #    This program is free software: you can redistribute it and/or modify
diff --git a/setup.py b/setup.py
index bbef770..057bb11 100644
--- a/setup.py
+++ b/setup.py
@@ -30,7 +30,7 @@ info = dict(config.items('tryton'))
 for key in ('depends', 'extras_depend', 'xml'):
     if key in info:
         info[key] = info[key].strip().splitlines()
-major_version, minor_version = 3, 4
+major_version, minor_version = 3, 8
 
 requires = []
 
diff --git a/tryton.cfg b/tryton.cfg
index 84a7076..b61f830 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=2.8.1
+version=3.0.1
 depends:
     health
     health_lab
diff --git a/trytond_health_ntd.egg-info/PKG-INFO b/trytond_health_ntd.egg-info/PKG-INFO
index db29a54..6b0bae0 100644
--- a/trytond_health_ntd.egg-info/PKG-INFO
+++ b/trytond_health_ntd.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond-health-ntd
-Version: 2.8.1
+Version: 3.0.1
 Summary: GNU Health Neglected Tropical Diseases Module
 Home-page: http://health.gnu.org/
 Author: GNU Solidario
diff --git a/trytond_health_ntd.egg-info/requires.txt b/trytond_health_ntd.egg-info/requires.txt
index 5d42873..6c3fd68 100644
--- a/trytond_health_ntd.egg-info/requires.txt
+++ b/trytond_health_ntd.egg-info/requires.txt
@@ -1,3 +1,3 @@
-trytond_health == 2.8.1
-trytond_health_lab == 2.8.1
-trytond >= 3.4, < 3.5
+trytond_health == 3.0.1
+trytond_health_lab == 3.0.1
+trytond >= 3.8, < 3.9
-- 
tryton-modules-health-ntd



More information about the tryton-debian-vcs mailing list