changeset 3efd145afa52 in tryton:6.4 details: https://hg.tryton.org/tryton?cmd=changeset&node=3efd145afa52 description: Increase version number diffstat:
tryton/__init__.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (11 lines): diff -r 2753e8ecaf6a -r 3efd145afa52 tryton/__init__.py --- a/tryton/__init__.py Mon Oct 17 23:39:11 2022 +0200 +++ b/tryton/__init__.py Mon Oct 17 23:39:25 2022 +0200 @@ -1,6 +1,6 @@ # This file is part of Tryton. The COPYRIGHT file at the top level of # this repository contains the full copyright notices and license terms. -__version__ = "6.4.4" +__version__ = "6.4.5" import locale import gi
