[oslo] futurist 0.20.0 (ocata)
We are mirthful to announce the release of: futurist 0.20.0: Useful additions to futures, from the future. This release is part of the ocata release series. The source is available from: http://git.openstack.org/cgit/openstack/futurist Download the package from: https://pypi.python.org/pypi/futurist Please report issues through launchpad: http://bugs.launchpad.net/futurist For more details, please see below. 0.20.0 ^^^^^^ Other Notes * Introduce reno for deployer release notes. Changes in futurist 0.19.0..0.20.0 ---------------------------------- d38f4cc replace _callables by _works 8604153 Updated from global requirements 851f1bc Updated from global requirements 2034228 Add reno for release notes management 68f74b7 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- .gitignore | 3 + futurist/periodics.py | 2 +- releasenotes/notes/add-reno-996dd44974d53238.yaml | 3 + releasenotes/source/_static/.placeholder | 0 releasenotes/source/_templates/.placeholder | 0 releasenotes/source/conf.py | 276 ++++++++++++++++++++++ releasenotes/source/index.rst | 8 + releasenotes/source/unreleased.rst | 5 + requirements.txt | 2 +- test-requirements.txt | 3 +- tox.ini | 3 + 11 files changed, 302 insertions(+), 3 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index effc69c..2d53883 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr>=1.6 # Apache-2.0 +pbr>=1.8 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 631b323..0d0f6d2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11 +11 @@ doc8 # Apache-2.0 -coverage>=3.6 # Apache-2.0 +coverage>=4.0 # Apache-2.0 @@ -18,0 +19 @@ testtools>=1.4.0 # MIT +reno>=1.8.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org