changeset 07c4aa7e42b7 in trytond:5.0 details: https://hg.tryton.org/trytond?cmd=changeset;node=07c4aa7e42b7 description: Increase version number diffstat:
trytond/__init__.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r d87f1cbe9087 -r 07c4aa7e42b7 trytond/__init__.py --- a/trytond/__init__.py Thu Jul 16 19:05:21 2020 +0200 +++ b/trytond/__init__.py Thu Jul 16 19:05:36 2020 +0200 @@ -5,7 +5,7 @@ import warnings from email import charset -__version__ = "5.0.24" +__version__ = "5.0.25" os.environ['TZ'] = 'UTC' if hasattr(time, 'tzset'):
