changeset 502ea1e276ec in proteus:default details: https://hg.tryton.org/proteus?cmd=changeset;node=502ea1e276ec description: Increase version number diffstat:
proteus/__init__.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r 1f28f829b6a4 -r 502ea1e276ec proteus/__init__.py --- a/proteus/__init__.py Mon May 04 12:02:13 2020 +0200 +++ b/proteus/__init__.py Mon May 04 12:02:22 2020 +0200 @@ -10,7 +10,7 @@ import proteus.config -__version__ = "5.6.0" +__version__ = "5.7.0" __all__ = ['Model', 'Wizard', 'Report'] _MODELS = threading.local()
