changeset 514776dfcf40 in proteus:5.0
details: https://hg.tryton.org/proteus?cmd=changeset;node=514776dfcf40
description:
        Increase version number
diffstat:

 proteus/__init__.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 2e086cf3fa65 -r 514776dfcf40 proteus/__init__.py
--- a/proteus/__init__.py       Thu Oct 24 00:21:57 2019 +0200
+++ b/proteus/__init__.py       Thu Oct 24 00:22:06 2019 +0200
@@ -10,7 +10,7 @@
 
 import proteus.config
 
-__version__ = "5.0.5"
+__version__ = "5.0.6"
 __all__ = ['Model', 'Wizard', 'Report']
 
 _MODELS = threading.local()

Reply via email to