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

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

diffs (12 lines):

diff -r b471423effa5 -r 69280d3c5f99 trytond/__init__.py
--- a/trytond/__init__.py       Tue Feb 19 21:36:25 2019 +0100
+++ b/trytond/__init__.py       Tue Feb 19 21:36:58 2019 +0100
@@ -5,7 +5,7 @@
 import warnings
 from email import charset
 
-__version__ = "4.6.13"
+__version__ = "4.6.14"
 
 os.environ['TZ'] = 'UTC'
 if hasattr(time, 'tzset'):

Reply via email to