changeset 622bd5ba0f65 in proteus:6.0 details: https://hg.tryton.org/proteus?cmd=changeset&node=622bd5ba0f65 description: Increase version number diffstat:
proteus/__init__.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r 81c643afb2fe -r 622bd5ba0f65 proteus/__init__.py --- a/proteus/__init__.py Sat May 15 22:35:36 2021 +0200 +++ b/proteus/__init__.py Sat May 15 22:35:43 2021 +0200 @@ -10,7 +10,7 @@ import proteus.config -__version__ = "6.0.1" +__version__ = "6.0.2" __all__ = ['Model', 'Wizard', 'Report'] _MODELS = threading.local()
