details: https://code.tryton.org/tryton/commit/e072abf981c5
branch: 7.0
user: Cédric Krier <[email protected]>
date: Wed Jul 01 22:38:32 2026 +0200
description:
Increase version number
diffstat:
trytond/trytond/__init__.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 0fd87a7601e2 -r e072abf981c5 trytond/trytond/__init__.py
--- a/trytond/trytond/__init__.py Wed Jul 01 22:38:22 2026 +0200
+++ b/trytond/trytond/__init__.py Wed Jul 01 22:38:32 2026 +0200
@@ -12,7 +12,7 @@
from ._safe_genshi import genshi_patch
-__version__ = "7.0.53"
+__version__ = "7.0.54"
if not os.environ.get('TRYTOND_APPNAME'):
os.environ['TRYTOND_APPNAME'] = os.path.basename(