details: https://code.tryton.org/tryton/commit/bc615d1e5b2a
branch: 7.0
user: Cédric Krier <[email protected]>
date: Thu Jan 15 21:57:02 2026 +0100
description:
Increase version number
diffstat:
trytond/trytond/__init__.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 5af7abeb6262 -r bc615d1e5b2a trytond/trytond/__init__.py
--- a/trytond/trytond/__init__.py Thu Jan 15 21:56:51 2026 +0100
+++ b/trytond/trytond/__init__.py Thu Jan 15 21:57:02 2026 +0100
@@ -10,7 +10,7 @@
import __main__
from lxml import etree, objectify
-__version__ = "7.0.44"
+__version__ = "7.0.45"
if not os.environ.get('TRYTOND_APPNAME'):
os.environ['TRYTOND_APPNAME'] = os.path.basename(