details: https://code.tryton.org/tryton/commit/f130e2b74cf6
branch: 7.0
user: Cédric Krier <[email protected]>
date: Wed May 20 23:22:06 2026 +0200
description:
Increase version number
diffstat:
trytond/trytond/__init__.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 9c1cc6c9534c -r f130e2b74cf6 trytond/trytond/__init__.py
--- a/trytond/trytond/__init__.py Wed May 20 23:21:54 2026 +0200
+++ b/trytond/trytond/__init__.py Wed May 20 23:22:06 2026 +0200
@@ -10,7 +10,7 @@
import __main__
from lxml import etree, objectify
-__version__ = "7.0.50"
+__version__ = "7.0.51"
if not os.environ.get('TRYTOND_APPNAME'):
os.environ['TRYTOND_APPNAME'] = os.path.basename(