details:   https://code.tryton.org/tryton/commit/7879671062a2
branch:    6.0
user:      Cédric Krier <[email protected]>
date:      Wed Dec 17 19:29:20 2025 +0100
description:
        Increase version number
diffstat:

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

diffs (12 lines):

diff -r 380ea7cfe937 -r 7879671062a2 proteus/proteus/__init__.py
--- a/proteus/proteus/__init__.py       Wed Dec 17 19:29:13 2025 +0100
+++ b/proteus/proteus/__init__.py       Wed Dec 17 19:29:20 2025 +0100
@@ -10,7 +10,7 @@
 
 import proteus.config
 
-__version__ = "6.0.10"
+__version__ = "6.0.11"
 __all__ = ['Model', 'Wizard', 'Report']
 
 _MODELS = threading.local()

Reply via email to