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

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

diffs (12 lines):

diff -r 74219d1ba448 -r 11c68bb6a9a6 trytond/__init__.py
--- a/trytond/__init__.py       Sat Oct 03 00:29:01 2020 +0200
+++ b/trytond/__init__.py       Sat Oct 03 00:29:16 2020 +0200
@@ -5,7 +5,7 @@
 import warnings
 from email import charset
 
-__version__ = "5.4.17"
+__version__ = "5.4.18"
 
 os.environ['TZ'] = 'UTC'
 if hasattr(time, 'tzset'):

Reply via email to