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

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

diffs (12 lines):

diff -r 284b45065894 -r d12f5b4766b6 proteus/__init__.py
--- a/proteus/__init__.py       Fri Jan 01 16:15:20 2021 +0100
+++ b/proteus/__init__.py       Fri Jan 01 16:15:28 2021 +0100
@@ -10,7 +10,7 @@
 
 import proteus.config
 
-__version__ = "5.6.2"
+__version__ = "5.6.3"
 __all__ = ['Model', 'Wizard', 'Report']
 
 _MODELS = threading.local()

Reply via email to