We are pleased to announce the release of: oslo.concurrency 3.29.1: Oslo Concurrency library This release is part of the stein release series. The source is available from: https://git.openstack.org/cgit/openstack/oslo.concurrency Download the package from: https://pypi.org/project/oslo.concurrency Please report issues through launchpad: https://bugs.launchpad.net/oslo.concurrency For more details, please see below. Changes in oslo.concurrency 3.29.0..3.29.1 ------------------------------------------ 9ceb0ce add python 3.7 unit test job bb86c44 Change python3.5 job to python3.7 job on Stein+ 3ea7c47 Update hacking version b8bf7b2 Stop using setup.py build_sphinx 8b8501e Update mailinglist from dev to discuss Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- README.rst | 4 ++-- oslo_concurrency/opts.py | 8 +++----- setup.cfg | 2 +- test-requirements.txt | 2 +- tox.ini | 5 ++++- 6 files changed, 12 insertions(+), 11 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index fb68ff2..0582fe5 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +hacking>=1.1.0,<1.2.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org