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

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

diffs (12 lines):

diff -r c97d09cf6c1b -r df3b9d85d030 proteus/__init__.py
--- a/proteus/__init__.py       Fri Apr 15 21:28:09 2022 +0200
+++ b/proteus/__init__.py       Fri Apr 15 21:28:23 2022 +0200
@@ -10,7 +10,7 @@
 
 import proteus.config
 
-__version__ = "5.0.13"
+__version__ = "5.0.14"
 __all__ = ['Model', 'Wizard', 'Report']
 
 _MODELS = threading.local()

Reply via email to