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

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

diffs (12 lines):

diff -r 3fa8b0e4f751 -r a1c13f557261 trytond/__init__.py
--- a/trytond/__init__.py       Wed Jul 17 21:16:20 2019 +0200
+++ b/trytond/__init__.py       Wed Jul 17 21:16:40 2019 +0200
@@ -5,7 +5,7 @@
 import warnings
 from email import charset
 
-__version__ = "5.2.3"
+__version__ = "5.2.4"
 
 os.environ['TZ'] = 'UTC'
 if hasattr(time, 'tzset'):

Reply via email to