changeset 9d54b1468250 in proteus:6.0
details: https://hg.tryton.org/proteus?cmd=changeset&node=9d54b1468250
description:
        Increase version number
diffstat:

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

diffs (12 lines):

diff -r c7327d7f8ead -r 9d54b1468250 proteus/__init__.py
--- a/proteus/__init__.py       Mon May 03 15:32:42 2021 +0200
+++ b/proteus/__init__.py       Mon May 03 15:32:42 2021 +0200
@@ -10,7 +10,7 @@
 
 import proteus.config
 
-__version__ = "6.0.0"
+__version__ = "6.0.1"
 __all__ = ['Model', 'Wizard', 'Report']
 
 _MODELS = threading.local()

Reply via email to