changeset 80100c635ed7 in proteus:4.6 details: https://hg.tryton.org/proteus?cmd=changeset;node=80100c635ed7 description: Increase version number diffstat:
proteus/__init__.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r 8d76056f98f4 -r 80100c635ed7 proteus/__init__.py --- a/proteus/__init__.py Thu Oct 24 00:22:43 2019 +0200 +++ b/proteus/__init__.py Thu Oct 24 00:22:55 2019 +0200 @@ -19,7 +19,7 @@ import proteus.config -__version__ = "4.6.8" +__version__ = "4.6.9" __all__ = ['Model', 'Wizard', 'Report'] _MODELS = threading.local()
