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

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

diffs (12 lines):

diff -r 34e87748cc27 -r 71eda7e5d8dd trytond/__init__.py
--- a/trytond/__init__.py       Wed Mar 03 18:09:08 2021 +0100
+++ b/trytond/__init__.py       Wed Mar 03 18:09:27 2021 +0100
@@ -5,7 +5,7 @@
 import warnings
 from email import charset
 
-__version__ = "5.8.5"
+__version__ = "5.8.6"
 
 os.environ['TZ'] = 'UTC'
 if hasattr(time, 'tzset'):

Reply via email to