changeset 626989c448a1 in trytond:6.0 details: https://hg.tryton.org/trytond?cmd=changeset&node=626989c448a1 description: Increase version number diffstat:
trytond/__init__.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r fba1bf26617f -r 626989c448a1 trytond/__init__.py --- a/trytond/__init__.py Thu Sep 16 23:39:59 2021 +0200 +++ b/trytond/__init__.py Thu Sep 16 23:40:16 2021 +0200 @@ -5,7 +5,7 @@ import warnings from email import charset -__version__ = "6.0.7" +__version__ = "6.0.8" os.environ['TZ'] = 'UTC' if hasattr(time, 'tzset'):
