changeset fa38d6577638 in proteus:5.8 details: https://hg.tryton.org/proteus?cmd=changeset&node=fa38d6577638 description: Increase version number diffstat:
proteus/__init__.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r 2a1c2780aea2 -r fa38d6577638 proteus/__init__.py --- a/proteus/__init__.py Sat Oct 02 00:24:59 2021 +0200 +++ b/proteus/__init__.py Sat Oct 02 00:25:08 2021 +0200 @@ -10,7 +10,7 @@ import proteus.config -__version__ = "5.8.3" +__version__ = "5.8.4" __all__ = ['Model', 'Wizard', 'Report'] _MODELS = threading.local()
