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

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

diffs (12 lines):

diff -r bcfc4d67acac -r 682bd19a2a1d proteus/__init__.py
--- a/proteus/__init__.py       Fri Nov 08 19:29:05 2019 +0100
+++ b/proteus/__init__.py       Fri Nov 08 19:29:15 2019 +0100
@@ -10,7 +10,7 @@
 
 import proteus.config
 
-__version__ = "5.0.6"
+__version__ = "5.0.7"
 __all__ = ['Model', 'Wizard', 'Report']
 
 _MODELS = threading.local()

Reply via email to