changeset 5738a22adbb4 in trytond:default details: https://hg.tryton.org/trytond?cmd=changeset;node=5738a22adbb4 description: Prepare release 5.6.0 [skip ci] diffstat:
CHANGELOG | 2 ++ COPYRIGHT | 6 +++--- doc/conf.py | 4 ++-- trytond/__init__.py | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) diffs (52 lines): diff -r c47b3642f1a6 -r 5738a22adbb4 CHANGELOG --- a/CHANGELOG Sun May 03 14:34:44 2020 +0200 +++ b/CHANGELOG Mon May 04 12:01:34 2020 +0200 @@ -1,3 +1,5 @@ +Version 5.6.0 - 2020-05-04 +* Bug fixes (see mercurial logs for details) * Call getter function when accessing Function field on unsaved record * Add language configuration wizard * Allow copying attachments and notes to created records diff -r c47b3642f1a6 -r 5738a22adbb4 COPYRIGHT --- a/COPYRIGHT Sun May 03 14:34:44 2020 +0200 +++ b/COPYRIGHT Mon May 04 12:01:34 2020 +0200 @@ -1,9 +1,9 @@ Copyright (C) 2004-2008 Tiny SPRL. -Copyright (C) 2007-2019 Cédric Krier. +Copyright (C) 2007-2020 Cédric Krier. Copyright (C) 2007-2013 Bertrand Chenal. -Copyright (C) 2008-2019 B2CK SPRL. +Copyright (C) 2008-2020 B2CK SPRL. Copyright (C) 2011 Openlabs Technologies & Consulting (P) Ltd. -Copyright (C) 2011-2019 Nicolas Évrard. +Copyright (C) 2011-2020 Nicolas Évrard. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff -r c47b3642f1a6 -r 5738a22adbb4 doc/conf.py --- a/doc/conf.py Sun May 03 14:34:44 2020 +0200 +++ b/doc/conf.py Mon May 04 12:01:34 2020 +0200 @@ -49,9 +49,9 @@ # built documents. # # The short X.Y version. -version = '5.5' +version = '5.6' # The full version, including alpha/beta/rc tags. -release = '5.5' +release = '5.6' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff -r c47b3642f1a6 -r 5738a22adbb4 trytond/__init__.py --- a/trytond/__init__.py Sun May 03 14:34:44 2020 +0200 +++ b/trytond/__init__.py Mon May 04 12:01:34 2020 +0200 @@ -5,7 +5,7 @@ import warnings from email import charset -__version__ = "5.5.0" +__version__ = "5.6.0" os.environ['TZ'] = 'UTC' if hasattr(time, 'tzset'):
