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

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

diffs (12 lines):

diff -r c0582c420da0 -r 92009d4dd980 proteus/__init__.py
--- a/proteus/__init__.py       Tue Feb 19 21:48:26 2019 +0100
+++ b/proteus/__init__.py       Tue Feb 19 21:48:37 2019 +0100
@@ -10,7 +10,7 @@
 
 import proteus.config
 
-__version__ = "5.0.2"
+__version__ = "5.0.3"
 __all__ = ['Model', 'Wizard', 'Report']
 
 _MODELS = threading.local()

Reply via email to