details: https://code.tryton.org/tryton/commit/f676d89ca70c branch: 7.6 user: Cédric Krier <[email protected]> date: Wed Dec 17 19:28:18 2025 +0100 description: Increase version number diffstat:
proteus/proteus/__init__.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r 7bbd35afb55e -r f676d89ca70c proteus/proteus/__init__.py --- a/proteus/proteus/__init__.py Wed Dec 17 19:28:11 2025 +0100 +++ b/proteus/proteus/__init__.py Wed Dec 17 19:28:18 2025 +0100 @@ -10,7 +10,7 @@ import proteus.config -__version__ = "7.6.2" +__version__ = "7.6.3" __all__ = ['Model', 'Wizard', 'Report'] _MODELS = threading.local()
