changeset 710bc0b9ae4f in proteus:4.4
details: https://hg.tryton.org/proteus?cmd=changeset;node=710bc0b9ae4f
description:
        Increase version number
diffstat:

 proteus/__init__.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 296147b7cb1d -r 710bc0b9ae4f proteus/__init__.py
--- a/proteus/__init__.py       Sun Sep 15 14:28:11 2019 +0200
+++ b/proteus/__init__.py       Sun Sep 15 14:28:25 2019 +0200
@@ -3,7 +3,7 @@
 '''
 A library to access Tryton's models like a client.
 '''
-__version__ = "4.4.7"
+__version__ = "4.4.8"
 __all__ = ['Model', 'Wizard', 'Report']
 import sys
 try:

Reply via email to