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

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

diffs (12 lines):

diff -r 75bb2405f1ec -r 86969fa3d92d trytond/__init__.py
--- a/trytond/__init__.py       Mon Dec 03 00:39:43 2018 +0100
+++ b/trytond/__init__.py       Mon Dec 03 00:40:00 2018 +0100
@@ -5,7 +5,7 @@
 import warnings
 from email import charset
 
-__version__ = "5.0.2"
+__version__ = "5.0.3"
 
 os.environ['TZ'] = 'UTC'
 if hasattr(time, 'tzset'):

Reply via email to