details: https://code.tryton.org/tryton/commit/e6df7d0f0304 branch: 7.0 user: Cédric Krier <[email protected]> date: Tue Jun 02 18:52:00 2026 +0200 description: Increase version number diffstat:
tryton/tryton/__init__.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (11 lines): diff -r 546b06992b22 -r e6df7d0f0304 tryton/tryton/__init__.py --- a/tryton/tryton/__init__.py Tue Jun 02 18:51:49 2026 +0200 +++ b/tryton/tryton/__init__.py Tue Jun 02 18:52:00 2026 +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__ = "7.0.39" +__version__ = "7.0.40" import locale import gi
