details:   https://code.tryton.org/tryton/commit/053478e97962
branch:    8.0
user:      Cédric Krier <[email protected]>
date:      Wed Jul 15 18:22:36 2026 +0200
description:
        Increase version number
diffstat:

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

diffs (12 lines):

diff -r c898bd4bb144 -r 053478e97962 trytond/trytond/__init__.py
--- a/trytond/trytond/__init__.py       Wed Jul 15 18:22:22 2026 +0200
+++ b/trytond/trytond/__init__.py       Wed Jul 15 18:22:36 2026 +0200
@@ -14,7 +14,7 @@
 
 from ._safe_genshi import genshi_patch
 
-__version__ = "8.0.7"
+__version__ = "8.0.8"
 __series__ = '.'.join(__version__.split('.')[:2])
 
 if not os.environ.get('TRYTOND_APPNAME'):

Reply via email to