changeset 43b053576109 in trytond:6.4 details: https://hg.tryton.org/trytond?cmd=changeset&node=43b053576109 description: Increase version number diffstat:
trytond/__init__.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r 56854b741c60 -r 43b053576109 trytond/__init__.py --- a/trytond/__init__.py Tue Sep 06 23:15:40 2022 +0200 +++ b/trytond/__init__.py Tue Sep 06 23:15:59 2022 +0200 @@ -7,7 +7,7 @@ from lxml import etree, objectify -__version__ = "6.4.5" +__version__ = "6.4.6" os.environ['TZ'] = 'UTC' if hasattr(time, 'tzset'):