details:   https://code.tryton.org/tryton/commit/5676865e9759
branch:    7.0
user:      Cédric Krier <[email protected]>
date:      Thu Jun 18 21:30:07 2026 +0200
description:
        Increase version number
diffstat:

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

diffs (12 lines):

diff -r 6e4ab8cdddcd -r 5676865e9759 trytond/trytond/__init__.py
--- a/trytond/trytond/__init__.py       Thu Jun 18 21:29:56 2026 +0200
+++ b/trytond/trytond/__init__.py       Thu Jun 18 21:30:07 2026 +0200
@@ -10,7 +10,7 @@
 import __main__
 from lxml import etree, objectify
 
-__version__ = "7.0.52"
+__version__ = "7.0.53"
 
 if not os.environ.get('TRYTOND_APPNAME'):
     os.environ['TRYTOND_APPNAME'] = os.path.basename(

Reply via email to