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

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

diffs (12 lines):

diff -r 02e8b4889ca6 -r 76e5b5efaddd proteus/__init__.py
--- a/proteus/__init__.py       Sat Jan 15 16:19:08 2022 +0100
+++ b/proteus/__init__.py       Sat Jan 15 16:19:17 2022 +0100
@@ -10,7 +10,7 @@
 
 import proteus.config
 
-__version__ = "5.0.11"
+__version__ = "5.0.12"
 __all__ = ['Model', 'Wizard', 'Report']
 
 _MODELS = threading.local()

Reply via email to