changeset 0cefc5e106be in trytond:5.8 details: https://hg.tryton.org/trytond?cmd=changeset;node=0cefc5e106be description: Increase version number diffstat:
trytond/__init__.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r 3747ff659b2d -r 0cefc5e106be trytond/__init__.py --- a/trytond/__init__.py Fri Jan 01 16:09:26 2021 +0100 +++ b/trytond/__init__.py Fri Jan 01 16:09:43 2021 +0100 @@ -5,7 +5,7 @@ import warnings from email import charset -__version__ = "5.8.2" +__version__ = "5.8.3" os.environ['TZ'] = 'UTC' if hasattr(time, 'tzset'):
