details: https://code.tryton.org/tryton/commit/6c548419d46f branch: 7.8 user: Cédric Krier <[email protected]> date: Sat Dec 20 21:11:14 2025 +0100 description: Increase version number diffstat:
tryton/tryton/__init__.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (11 lines): diff -r 9f94355de39c -r 6c548419d46f tryton/tryton/__init__.py --- a/tryton/tryton/__init__.py Sat Dec 20 21:11:04 2025 +0100 +++ b/tryton/tryton/__init__.py Sat Dec 20 21:11:14 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.8.1" +__version__ = "7.8.2" import locale import gi
