changeset fad085f5a0ca in proteus:6.0 details: https://hg.tryton.org/proteus?cmd=changeset&node=fad085f5a0ca description: Increase version number diffstat:
proteus/__init__.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r ee3e06725b76 -r fad085f5a0ca proteus/__init__.py --- a/proteus/__init__.py Thu Jul 01 21:41:04 2021 +0200 +++ b/proteus/__init__.py Thu Jul 01 21:41:12 2021 +0200 @@ -10,7 +10,7 @@ import proteus.config -__version__ = "6.0.2" +__version__ = "6.0.3" __all__ = ['Model', 'Wizard', 'Report'] _MODELS = threading.local()
