changeset 4c3b2c50dd28 in proteus:5.2 details: https://hg.tryton.org/proteus?cmd=changeset;node=4c3b2c50dd28 description: Increase version number diffstat:
proteus/__init__.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r 68a5768587a7 -r 4c3b2c50dd28 proteus/__init__.py --- a/proteus/__init__.py Thu Oct 24 00:21:20 2019 +0200 +++ b/proteus/__init__.py Thu Oct 24 00:21:35 2019 +0200 @@ -10,7 +10,7 @@ import proteus.config -__version__ = "5.2.2" +__version__ = "5.2.3" __all__ = ['Model', 'Wizard', 'Report'] _MODELS = threading.local()
