changeset 2cd6f2f223d4 in proteus:5.2
details: https://hg.tryton.org/proteus?cmd=changeset;node=2cd6f2f223d4
description:
        Increase version number
diffstat:

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

diffs (12 lines):

diff -r 93f86a1516dd -r 2cd6f2f223d4 proteus/__init__.py
--- a/proteus/__init__.py       Mon Dec 02 20:46:18 2019 +0100
+++ b/proteus/__init__.py       Mon Dec 02 20:46:27 2019 +0100
@@ -10,7 +10,7 @@
 
 import proteus.config
 
-__version__ = "5.2.4"
+__version__ = "5.2.5"
 __all__ = ['Model', 'Wizard', 'Report']
 
 _MODELS = threading.local()

Reply via email to