changeset 6a646b6f206d in trytond:4.8 details: https://hg.tryton.org/trytond?cmd=changeset;node=6a646b6f206d description: Increase version number diffstat:
trytond/__init__.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r 8034eb67c95d -r 6a646b6f206d trytond/__init__.py --- a/trytond/__init__.py Sun Sep 15 14:10:46 2019 +0200 +++ b/trytond/__init__.py Sun Sep 15 14:11:24 2019 +0200 @@ -5,7 +5,7 @@ import warnings from email import charset -__version__ = "4.8.16" +__version__ = "4.8.17" os.environ['TZ'] = 'UTC' if hasattr(time, 'tzset'):
