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

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

diffs (12 lines):

diff -r 1212ce4a4052 -r 6c4eeb29b724 trytond/__init__.py
--- a/trytond/__init__.py       Mon Dec 16 23:47:30 2019 +0100
+++ b/trytond/__init__.py       Mon Dec 16 23:47:48 2019 +0100
@@ -5,7 +5,7 @@
 import warnings
 from email import charset
 
-__version__ = "5.2.10"
+__version__ = "5.2.11"
 
 os.environ['TZ'] = 'UTC'
 if hasattr(time, 'tzset'):

Reply via email to