details: https://code.tryton.org/tryton/commit/aa30b5b2c4f5 branch: 7.8 user: Cédric Krier <[email protected]> date: Sat Aug 15 08:44:35 2026 +0200 description: Increase version number diffstat:
tryton/tryton/__init__.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (11 lines): diff -r af17f8f217b0 -r aa30b5b2c4f5 tryton/tryton/__init__.py --- a/tryton/tryton/__init__.py Sat Aug 15 08:44:21 2026 +0200 +++ b/tryton/tryton/__init__.py Sat Aug 15 08:44:35 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.8.13" +__version__ = "7.8.14" import locale import gi
