[tryton-debian-vcs] tryton-modules-health-icd10pcs branch upstream updated. upstream/2.8.1-1-g6a1df52

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Mon Mar 28 18:27:04 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-icd10pcs.git;a=commitdiff;h=upstream/2.8.1-1-g6a1df52

commit 6a1df52039be4afa1c094b43262314d4c8b7046f
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Mon Mar 28 01:18:03 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 eea75b5..033cbed 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_health_icd10pcs
-Version: 2.8.1
+Version: 3.0.1
 Summary: GNU Health ICD10 Procedures Coding System 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 c1e2fd5..3cce435 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_icd10pcs.py b/health_icd10pcs.py
index 80ccc2e..a4f6467 100644
--- a/health_icd10pcs.py
+++ b/health_icd10pcs.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 477a145..8933cb2 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 cdb9185..1a9cc67 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=2.8.1
+version=3.0.1
 depends:
     health
 xml:
diff --git a/trytond_health_icd10pcs.egg-info/PKG-INFO b/trytond_health_icd10pcs.egg-info/PKG-INFO
index 88c3d0a..865c780 100644
--- a/trytond_health_icd10pcs.egg-info/PKG-INFO
+++ b/trytond_health_icd10pcs.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond-health-icd10pcs
-Version: 2.8.1
+Version: 3.0.1
 Summary: GNU Health ICD10 Procedures Coding System module
 Home-page: http://health.gnu.org/
 Author: GNU Solidario
diff --git a/trytond_health_icd10pcs.egg-info/requires.txt b/trytond_health_icd10pcs.egg-info/requires.txt
index fcccb26..b3a667a 100644
--- a/trytond_health_icd10pcs.egg-info/requires.txt
+++ b/trytond_health_icd10pcs.egg-info/requires.txt
@@ -1,2 +1,2 @@
-trytond_health == 2.8.1
-trytond >= 3.4, < 3.5
+trytond_health == 3.0.1
+trytond >= 3.8, < 3.9
-- 
tryton-modules-health-icd10pcs



More information about the tryton-debian-vcs mailing list