details:   https://code.tryton.org/tryton/commit/384076d9ffa0
branch:    7.0
user:      Cédric Krier <[email protected]>
date:      Wed Dec 17 19:28:59 2025 +0100
description:
        Increase version number
diffstat:

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

diffs (12 lines):

diff -r c4578c454b35 -r 384076d9ffa0 proteus/proteus/__init__.py
--- a/proteus/proteus/__init__.py       Wed Dec 17 19:28:52 2025 +0100
+++ b/proteus/proteus/__init__.py       Wed Dec 17 19:28:59 2025 +0100
@@ -10,7 +10,7 @@
 
 import proteus.config
 
-__version__ = "7.0.3"
+__version__ = "7.0.4"
 __all__ = ['Model', 'Wizard', 'Report']
 
 _MODELS = threading.local()

Reply via email to