details: https://code.tryton.org/tryton/commit/fd550ecf9804 branch: 6.0 user: Cédric Krier <[email protected]> date: Mon Mar 02 21:57:03 2026 +0100 description: Increase version number diffstat:
tryton/tryton/__init__.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (11 lines): diff -r 31fb7c32001e -r fd550ecf9804 tryton/tryton/__init__.py --- a/tryton/tryton/__init__.py Mon Mar 02 21:56:53 2026 +0100 +++ b/tryton/tryton/__init__.py Mon Mar 02 21:57:03 2026 +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__ = "6.0.60" +__version__ = "6.0.61" import gi import locale
