details: https://code.tryton.org/tryton/commit/0684cfff1ccc branch: 6.0 user: Cédric Krier <[email protected]> date: Thu Apr 16 22:59:19 2026 +0200 description: Increase version number diffstat:
tryton/tryton/__init__.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (11 lines): diff -r ab3d4111f58c -r 0684cfff1ccc tryton/tryton/__init__.py --- a/tryton/tryton/__init__.py Thu Apr 16 22:59:09 2026 +0200 +++ b/tryton/tryton/__init__.py Thu Apr 16 22:59:19 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__ = "6.0.62" +__version__ = "6.0.63" import gi import locale
