changeset 41b7c23098ed in trytond:5.4
details: https://hg.tryton.org/trytond?cmd=changeset;node=41b7c23098ed
description:
        Increase version number
diffstat:

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

diffs (12 lines):

diff -r 84ea161903c4 -r 41b7c23098ed trytond/__init__.py
--- a/trytond/__init__.py       Wed Jun 03 22:12:44 2020 +0200
+++ b/trytond/__init__.py       Wed Jun 03 22:13:01 2020 +0200
@@ -5,7 +5,7 @@
 import warnings
 from email import charset
 
-__version__ = "5.4.11"
+__version__ = "5.4.12"
 
 os.environ['TZ'] = 'UTC'
 if hasattr(time, 'tzset'):

Reply via email to