changeset a50070ea9b75 in proteus:4.6 details: https://hg.tryton.org/proteus?cmd=changeset;node=a50070ea9b75 description: Increase version number diffstat:
proteus/__init__.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r 80291cb23787 -r a50070ea9b75 proteus/__init__.py --- a/proteus/__init__.py Mon Dec 03 00:47:53 2018 +0100 +++ b/proteus/__init__.py Mon Dec 03 00:48:04 2018 +0100 @@ -19,7 +19,7 @@ import proteus.config -__version__ = "4.6.5" +__version__ = "4.6.6" __all__ = ['Model', 'Wizard', 'Report'] _MODELS = threading.local()
