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

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

diffs (12 lines):

diff -r 00dc0f1ac6da -r 4208812b6a9d trytond/__init__.py
--- a/trytond/__init__.py       Wed Dec 02 19:16:20 2020 +0100
+++ b/trytond/__init__.py       Wed Dec 02 19:16:40 2020 +0100
@@ -5,7 +5,7 @@
 import warnings
 from email import charset
 
-__version__ = "5.8.1"
+__version__ = "5.8.2"
 
 os.environ['TZ'] = 'UTC'
 if hasattr(time, 'tzset'):

Reply via email to