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

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

diffs (12 lines):

diff -r 080ce88ae6a6 -r 9fef18025906 trytond/__init__.py
--- a/trytond/__init__.py       Thu Aug 01 23:00:15 2019 +0200
+++ b/trytond/__init__.py       Thu Aug 01 23:00:54 2019 +0200
@@ -5,7 +5,7 @@
 import warnings
 from email import charset
 
-__version__ = "4.6.18"
+__version__ = "4.6.19"
 
 os.environ['TZ'] = 'UTC'
 if hasattr(time, 'tzset'):

Reply via email to