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