details:   https://code.tryton.org/tryton/commit/525eb101b4a4
branch:    7.0
user:      Cédric Krier <[email protected]>
date:      Thu Apr 16 22:57:03 2026 +0200
description:
        Increase version number
diffstat:

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

diffs (12 lines):

diff -r 734ccdfb759d -r 525eb101b4a4 trytond/trytond/__init__.py
--- a/trytond/trytond/__init__.py       Thu Apr 16 22:56:52 2026 +0200
+++ b/trytond/trytond/__init__.py       Thu Apr 16 22:57:03 2026 +0200
@@ -10,7 +10,7 @@
 import __main__
 from lxml import etree, objectify
 
-__version__ = "7.0.48"
+__version__ = "7.0.49"
 
 if not os.environ.get('TRYTOND_APPNAME'):
     os.environ['TRYTOND_APPNAME'] = os.path.basename(

Reply via email to