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

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

diffs (12 lines):

diff -r 53bb146a30c3 -r 3bfffe2d4b2d trytond/__init__.py
--- a/trytond/__init__.py       Tue Apr 02 21:34:39 2019 +0200
+++ b/trytond/__init__.py       Tue Apr 02 21:35:14 2019 +0200
@@ -5,7 +5,7 @@
 import warnings
 from email import charset
 
-__version__ = "4.4.19"
+__version__ = "4.4.20"
 
 os.environ['TZ'] = 'UTC'
 if hasattr(time, 'tzset'):

Reply via email to