details: https://code.tryton.org/tryton/commit/98cfabb66883
branch: 7.0
user: Cédric Krier <[email protected]>
date: Tue Jun 02 18:47:01 2026 +0200
description:
Increase version number
diffstat:
trytond/trytond/__init__.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 797e6ca62c98 -r 98cfabb66883 trytond/trytond/__init__.py
--- a/trytond/trytond/__init__.py Tue Jun 02 18:46:49 2026 +0200
+++ b/trytond/trytond/__init__.py Tue Jun 02 18:47:01 2026 +0200
@@ -10,7 +10,7 @@
import __main__
from lxml import etree, objectify
-__version__ = "7.0.51"
+__version__ = "7.0.52"
if not os.environ.get('TRYTOND_APPNAME'):
os.environ['TRYTOND_APPNAME'] = os.path.basename(