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