changeset e58a406aefe4 in proteus:4.4 details: https://hg.tryton.org/proteus?cmd=changeset;node=e58a406aefe4 description: Increase version number diffstat:
proteus/__init__.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r f88996bf569c -r e58a406aefe4 proteus/__init__.py --- a/proteus/__init__.py Thu Oct 24 00:23:02 2019 +0200 +++ b/proteus/__init__.py Thu Oct 24 00:23:15 2019 +0200 @@ -3,7 +3,7 @@ ''' A library to access Tryton's models like a client. ''' -__version__ = "4.4.8" +__version__ = "4.4.9" __all__ = ['Model', 'Wizard', 'Report'] import sys try:
