changeset 024fb27a66e4 in tryton:default
details: https://hg.tryton.org/tryton?cmd=changeset;node=024fb27a66e4
description:
        Increase version number
diffstat:

 doc/conf.py        |  4 ++--
 tryton/__init__.py |  2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r a6d7fdb414a8 -r 024fb27a66e4 doc/conf.py
--- a/doc/conf.py       Mon May 04 12:02:42 2020 +0200
+++ b/doc/conf.py       Mon May 04 12:02:56 2020 +0200
@@ -47,9 +47,9 @@
 # built documents.
 #
 # The short X.Y version.
-version = '5.6'
+version = '5.7'
 # The full version, including alpha/beta/rc tags.
-release = '5.6'
+release = '5.7'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff -r a6d7fdb414a8 -r 024fb27a66e4 tryton/__init__.py
--- a/tryton/__init__.py        Mon May 04 12:02:42 2020 +0200
+++ b/tryton/__init__.py        Mon May 04 12:02:56 2020 +0200
@@ -1,6 +1,6 @@
 # This file is part of Tryton.  The COPYRIGHT file at the top level of
 # this repository contains the full copyright notices and license terms.
-__version__ = "5.6.0"
+__version__ = "5.7.0"
 import gi
 import locale
 

Reply via email to