changeset 42772f75b319 in trytond:5.4 details: https://hg.tryton.org/trytond?cmd=changeset;node=42772f75b319 description: Increase version number diffstat:
trytond/__init__.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r 62c271f92ac3 -r 42772f75b319 trytond/__init__.py --- a/trytond/__init__.py Thu Jan 09 22:06:43 2020 +0100 +++ b/trytond/__init__.py Thu Jan 09 22:07:07 2020 +0100 @@ -5,7 +5,7 @@ import warnings from email import charset -__version__ = "5.4.3" +__version__ = "5.4.4" os.environ['TZ'] = 'UTC' if hasattr(time, 'tzset'):
