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

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

diffs (12 lines):

diff -r c37b27e8c909 -r 20537241d79b trytond/__init__.py
--- a/trytond/__init__.py       Wed Dec 02 19:17:08 2020 +0100
+++ b/trytond/__init__.py       Wed Dec 02 19:17:27 2020 +0100
@@ -5,7 +5,7 @@
 import warnings
 from email import charset
 
-__version__ = "5.6.10"
+__version__ = "5.6.11"
 
 os.environ['TZ'] = 'UTC'
 if hasattr(time, 'tzset'):

Reply via email to