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

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

diffs (12 lines):

diff -r d4253a63648b -r ccffcc447467 trytond/__init__.py
--- a/trytond/__init__.py       Sat Aug 17 11:53:52 2019 +0200
+++ b/trytond/__init__.py       Sat Aug 17 11:54:31 2019 +0200
@@ -5,7 +5,7 @@
 import warnings
 from email import charset
 
-__version__ = "4.8.15"
+__version__ = "4.8.16"
 
 os.environ['TZ'] = 'UTC'
 if hasattr(time, 'tzset'):

Reply via email to