changeset c97127c29b90 in trytond:5.2 details: https://hg.tryton.org/trytond?cmd=changeset;node=c97127c29b90 description: Increase version number diffstat:
trytond/__init__.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r a99ad67bf340 -r c97127c29b90 trytond/__init__.py --- a/trytond/__init__.py Sat Apr 04 15:34:50 2020 +0200 +++ b/trytond/__init__.py Sat Apr 04 15:35:29 2020 +0200 @@ -5,7 +5,7 @@ import warnings from email import charset -__version__ = "5.2.14" +__version__ = "5.2.15" os.environ['TZ'] = 'UTC' if hasattr(time, 'tzset'):
