details: https://code.tryton.org/tryton/commit/0c5ed7c1d262 branch: 7.4 user: Cédric Krier <[email protected]> date: Sun Nov 02 17:00:40 2025 +0100 description: Increase version number diffstat:
tryton/tryton/__init__.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (11 lines): diff -r 123d71cc8af1 -r 0c5ed7c1d262 tryton/tryton/__init__.py --- a/tryton/tryton/__init__.py Sun Nov 02 17:00:30 2025 +0100 +++ b/tryton/tryton/__init__.py Sun Nov 02 17:00:40 2025 +0100 @@ -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__ = "7.4.12" +__version__ = "7.4.13" import locale import gi
