changeset 12d1106fdd36 in trytond:5.6
details: https://hg.tryton.org/trytond?cmd=changeset;node=12d1106fdd36
description:
        Increase version number
diffstat:

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

diffs (12 lines):

diff -r 81708c532563 -r 12d1106fdd36 trytond/__init__.py
--- a/trytond/__init__.py       Wed Sep 16 14:29:17 2020 +0200
+++ b/trytond/__init__.py       Wed Sep 16 14:29:34 2020 +0200
@@ -5,7 +5,7 @@
 import warnings
 from email import charset
 
-__version__ = "5.6.6"
+__version__ = "5.6.7"
 
 os.environ['TZ'] = 'UTC'
 if hasattr(time, 'tzset'):

Reply via email to