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

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

diffs (12 lines):

diff -r d9224a86e0fd -r f646250fe042 trytond/__init__.py
--- a/trytond/__init__.py       Wed Jun 03 22:12:10 2020 +0200
+++ b/trytond/__init__.py       Wed Jun 03 22:12:27 2020 +0200
@@ -5,7 +5,7 @@
 import warnings
 from email import charset
 
-__version__ = "5.6.1"
+__version__ = "5.6.2"
 
 os.environ['TZ'] = 'UTC'
 if hasattr(time, 'tzset'):

Reply via email to