details:   https://code.tryton.org/tryton/commit/233b332b4c22
branch:    7.4
user:      Cédric Krier <[email protected]>
date:      Thu Jan 15 21:56:30 2026 +0100
description:
        Increase version number
diffstat:

 trytond/trytond/__init__.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 48cdb7f27f39 -r 233b332b4c22 trytond/trytond/__init__.py
--- a/trytond/trytond/__init__.py       Thu Jan 15 21:56:21 2026 +0100
+++ b/trytond/trytond/__init__.py       Thu Jan 15 21:56:30 2026 +0100
@@ -10,7 +10,7 @@
 import __main__
 from lxml import etree, objectify
 
-__version__ = "7.4.25"
+__version__ = "7.4.26"
 
 if not os.environ.get('TRYTOND_APPNAME'):
     os.environ['TRYTOND_APPNAME'] = os.path.basename(

Reply via email to