changeset f0c5c457d86d in trytond:5.4 details: https://hg.tryton.org/trytond?cmd=changeset;node=f0c5c457d86d description: Increase version number diffstat:
trytond/__init__.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r f59ccf826808 -r f0c5c457d86d trytond/__init__.py --- a/trytond/__init__.py Sun Oct 18 20:25:12 2020 +0200 +++ b/trytond/__init__.py Sun Oct 18 20:25:28 2020 +0200 @@ -5,7 +5,7 @@ import warnings from email import charset -__version__ = "5.4.18" +__version__ = "5.4.19" os.environ['TZ'] = 'UTC' if hasattr(time, 'tzset'):
