We eagerly announce the release of: oslo.serialization 2.20.0: Oslo Serialization library This release is part of the pike release series. The source is available from: https://git.openstack.org/cgit/openstack/oslo.serialization Download the package from: https://pypi.python.org/pypi/oslo.serialization Please report issues through launchpad: https://docs.openstack.org/oslo.serialization/latest/ For more details, please see below. Changes in oslo.serialization 2.19.1..2.20.0 -------------------------------------------- bbee6d1 Revert "Explicitly raise ValueError in to_primitive" 790d1d1 Update URLs in documents according to document migration e1f6499 rearrange existing documentation to fit the new standard layout ed34d20 switch from oslosphinx to openstackdocstheme Diffstat (except docs and test files) ------------------------------------- CONTRIBUTING.rst | 9 +++------ HACKING.rst | 2 +- README.rst | 6 +++--- oslo_serialization/jsonutils.py | 2 +- releasenotes/source/conf.py | 11 ++++++++--- releasenotes/source/index.rst | 8 ++++---- test-requirements.txt | 2 +- 19 files changed, 91 insertions(+), 82 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 737815a..54f69cc 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11 +11 @@ sphinx>=1.6.2 # BSD -oslosphinx>=4.7.0 # Apache-2.0 +openstackdocstheme>=1.11.0 # Apache-2.0