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

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

diffs (12 lines):

diff -r 081b7415c4be -r 53ea9c223105 trytond/__init__.py
--- a/trytond/__init__.py       Sat Oct 02 00:20:06 2021 +0200
+++ b/trytond/__init__.py       Sat Oct 02 00:20:24 2021 +0200
@@ -5,7 +5,7 @@
 import warnings
 from email import charset
 
-__version__ = "6.0.8"
+__version__ = "6.0.9"
 
 os.environ['TZ'] = 'UTC'
 if hasattr(time, 'tzset'):

Reply via email to