changeset 50d287f9c577 in trytond:4.6
details: https://hg.tryton.org/trytond?cmd=changeset;node=50d287f9c577
description:
        Increase version number
diffstat:

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

diffs (12 lines):

diff -r 6fcdd3de6265 -r 50d287f9c577 trytond/__init__.py
--- a/trytond/__init__.py       Sun Oct 06 13:47:32 2019 +0200
+++ b/trytond/__init__.py       Sun Oct 06 13:48:07 2019 +0200
@@ -5,7 +5,7 @@
 import warnings
 from email import charset
 
-__version__ = "4.6.21"
+__version__ = "4.6.22"
 
 os.environ['TZ'] = 'UTC'
 if hasattr(time, 'tzset'):

Reply via email to