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

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

diffs (12 lines):

diff -r 502cb8679bd3 -r affd49b75c6e proteus/__init__.py
--- a/proteus/__init__.py       Sat Oct 02 00:24:33 2021 +0200
+++ b/proteus/__init__.py       Sat Oct 02 00:24:43 2021 +0200
@@ -10,7 +10,7 @@
 
 import proteus.config
 
-__version__ = "6.0.3"
+__version__ = "6.0.4"
 __all__ = ['Model', 'Wizard', 'Report']
 
 _MODELS = threading.local()

Reply via email to