details:   https://code.tryton.org/tryton/commit/ae793a7fd356
branch:    7.0
user:      Cédric Krier <[email protected]>
date:      Sun Feb 01 10:57:40 2026 +0100
description:
        Increase version number
diffstat:

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

diffs (12 lines):

diff -r 7ae6e7cb980b -r ae793a7fd356 trytond/trytond/__init__.py
--- a/trytond/trytond/__init__.py       Sun Feb 01 10:57:29 2026 +0100
+++ b/trytond/trytond/__init__.py       Sun Feb 01 10:57:40 2026 +0100
@@ -10,7 +10,7 @@
 import __main__
 from lxml import etree, objectify
 
-__version__ = "7.0.45"
+__version__ = "7.0.46"
 
 if not os.environ.get('TRYTOND_APPNAME'):
     os.environ['TRYTOND_APPNAME'] = os.path.basename(

Reply via email to