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