changeset a11d894d1754 in trytond:4.4 details: https://hg.tryton.org/trytond?cmd=changeset;node=a11d894d1754 description: Increase version number diffstat:
trytond/__init__.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r b3df99cff0a8 -r a11d894d1754 trytond/__init__.py --- a/trytond/__init__.py Sun Sep 15 14:12:54 2019 +0200 +++ b/trytond/__init__.py Sun Sep 15 14:13:29 2019 +0200 @@ -5,7 +5,7 @@ import warnings from email import charset -__version__ = "4.4.25" +__version__ = "4.4.26" os.environ['TZ'] = 'UTC' if hasattr(time, 'tzset'):
