changeset cbfb539d661b in trytond:default details: https://hg.tryton.org/trytond?cmd=changeset;node=cbfb539d661b description: Increase version number diffstat:
doc/conf.py | 4 ++-- trytond/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diffs (27 lines): diff -r 45c057eb5524 -r cbfb539d661b doc/conf.py --- a/doc/conf.py Mon May 04 12:01:34 2020 +0200 +++ b/doc/conf.py Mon May 04 12:01:52 2020 +0200 @@ -49,9 +49,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 45c057eb5524 -r cbfb539d661b trytond/__init__.py --- a/trytond/__init__.py Mon May 04 12:01:34 2020 +0200 +++ b/trytond/__init__.py Mon May 04 12:01:52 2020 +0200 @@ -5,7 +5,7 @@ import warnings from email import charset -__version__ = "5.6.0" +__version__ = "5.7.0" os.environ['TZ'] = 'UTC' if hasattr(time, 'tzset'):
