changeset 0d55dfc93171 in trytond:5.0
details: https://hg.tryton.org/trytond?cmd=changeset;node=0d55dfc93171
description:
        Increase version number
diffstat:

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

diffs (12 lines):

diff -r 64b9c9442234 -r 0d55dfc93171 trytond/__init__.py
--- a/trytond/__init__.py       Mon Mar 09 18:30:07 2020 +0100
+++ b/trytond/__init__.py       Mon Mar 09 18:30:26 2020 +0100
@@ -5,7 +5,7 @@
 import warnings
 from email import charset
 
-__version__ = "5.0.19"
+__version__ = "5.0.20"
 
 os.environ['TZ'] = 'UTC'
 if hasattr(time, 'tzset'):

Reply via email to