changeset 1a93808b1b9b in proteus:default details: https://hg.tryton.org/proteus?cmd=changeset&node=1a93808b1b9b description: Increase version number diffstat:
proteus/__init__.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r a7ea6d4b864b -r 1a93808b1b9b proteus/__init__.py --- a/proteus/__init__.py Mon May 02 16:26:18 2022 +0200 +++ b/proteus/__init__.py Mon May 02 16:26:35 2022 +0200 @@ -10,7 +10,7 @@ import proteus.config -__version__ = "6.4.0" +__version__ = "6.5.0" __all__ = ['Model', 'Wizard', 'Report'] _MODELS = threading.local()
