We high-spiritedly announce the release of: stevedore 1.24.0: Manage dynamic plugins for Python applications This release is part of the pike release series. The source is available from: http://git.openstack.org/cgit/openstack/stevedore Download the package from: https://pypi.python.org/pypi/stevedore Please report issues through launchpad: https://bugs.launchpad.net/python-stevedore For more details, please see below. Changes in stevedore 1.23.0..1.24.0 ----------------------------------- 7357e8a switch from oslosphinx to openstackdocstheme 03ac4f5 turn on warning-is-error for doc build e758e51 move documentation into the new standard layout 1955f12 Updated from global requirements c98f542 fix setuptools url Diffstat (except docs and test files) ------------------------------------- announce.rst | 2 +- releasenotes/source/conf.py | 10 +- setup.cfg | 3 +- test-requirements.txt | 4 +- 49 files changed, 1320 insertions(+), 1299 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 9126921..7546cae 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ Pillow>=2.4.0 # PIL License -sphinx!=1.6.1,>=1.5.1 # BSD +sphinx>=1.6.2 # BSD @@ -10 +10 @@ testrepository>=0.0.18 # Apache-2.0/BSD -oslosphinx>=4.7.0 # Apache-2.0 +openstackdocstheme>=1.11.0 # Apache-2.0