details: https://code.tryton.org/tryton/commit/2719b895c4fb
branch: 7.4
user: Cédric Krier <[email protected]>
date: Sat Dec 20 21:10:17 2025 +0100
description:
Increase version number
diffstat:
trytond/trytond/__init__.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r f078c73b46e7 -r 2719b895c4fb trytond/trytond/__init__.py
--- a/trytond/trytond/__init__.py Sat Dec 20 21:10:08 2025 +0100
+++ b/trytond/trytond/__init__.py Sat Dec 20 21:10:17 2025 +0100
@@ -13,7 +13,7 @@
except ImportError:
requests_utils = None
-__version__ = "7.4.23"
+__version__ = "7.4.24"
if not os.environ.get('TRYTOND_APPNAME'):
os.environ['TRYTOND_APPNAME'] = os.path.basename(