changeset d850846606be in trytond:5.8
details: https://hg.tryton.org/trytond?cmd=changeset&node=d850846606be
description:
        Increase version number
diffstat:

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

diffs (12 lines):

diff -r ea5d19fb9de8 -r d850846606be trytond/__init__.py
--- a/trytond/__init__.py       Sat Oct 02 00:20:49 2021 +0200
+++ b/trytond/__init__.py       Sat Oct 02 00:21:06 2021 +0200
@@ -5,7 +5,7 @@
 import warnings
 from email import charset
 
-__version__ = "5.8.14"
+__version__ = "5.8.15"
 
 os.environ['TZ'] = 'UTC'
 if hasattr(time, 'tzset'):

Reply via email to