changeset ff852e8ef2c5 in proteus:4.8 details: https://hg.tryton.org/proteus?cmd=changeset;node=ff852e8ef2c5 description: Increase version number diffstat:
proteus/__init__.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r 062d864a1126 -r ff852e8ef2c5 proteus/__init__.py --- a/proteus/__init__.py Sun Sep 15 14:27:02 2019 +0200 +++ b/proteus/__init__.py Sun Sep 15 14:27:15 2019 +0200 @@ -19,7 +19,7 @@ import proteus.config -__version__ = "4.8.6" +__version__ = "4.8.7" __all__ = ['Model', 'Wizard', 'Report'] _MODELS = threading.local()
