changeset a590e7347b0e in trytond:5.8 details: https://hg.tryton.org/trytond?cmd=changeset&node=a590e7347b0e description: Increase version number diffstat:
trytond/__init__.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r 541e57924390 -r a590e7347b0e trytond/__init__.py --- a/trytond/__init__.py Thu Sep 16 23:40:34 2021 +0200 +++ b/trytond/__init__.py Thu Sep 16 23:40:49 2021 +0200 @@ -5,7 +5,7 @@ import warnings from email import charset -__version__ = "5.8.13" +__version__ = "5.8.14" os.environ['TZ'] = 'UTC' if hasattr(time, 'tzset'):
