details: https://code.tryton.org/tryton/commit/c76ac3a73446 branch: 8.0 user: Cédric Krier <[email protected]> date: Thu Jun 18 21:31:03 2026 +0200 description: Increase version number diffstat:
tryton/tryton/__init__.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (11 lines): diff -r 1c1c5ebfa22b -r c76ac3a73446 tryton/tryton/__init__.py --- a/tryton/tryton/__init__.py Thu Jun 18 21:30:50 2026 +0200 +++ b/tryton/tryton/__init__.py Thu Jun 18 21:31:03 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__ = "8.0.5" +__version__ = "8.0.6" import locale import gi
