We contentedly announce the release of:
oslo.config 6.8.1: Oslo Configuration API
This release is part of the stein release series.
The source is available from:
https://git.openstack.org/cgit/openstack/oslo.config
Download the package from:
https://pypi.org/project/oslo.config
Please report issues through launchpad:
https://bugs.launchpad.net/oslo.config
For more details, please see below.
Changes in oslo.config 6.8.0..6.8.1 -----------------------------------
fd4c1a0 add python 3.7 unit test job e91a16e [Configuration] Clean up .gitignore files. 915cec3 Cleaning testrepository occurrences. bdeb19d Update hacking version
Diffstat (except docs and test files) -------------------------------------
.gitignore | 57 +++++++++++++++++++++++++++++-------- .zuul.d/project.yaml | 1 + lower-constraints.txt | 1 - test-requirements.txt | 3 +- 5 files changed, 49 insertions(+), 17 deletions(-)
Requirements updates --------------------
diff --git a/test-requirements.txt b/test-requirements.txt index 8aa4ba6..3db674e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +4 @@ -hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +hacking>=1.1.0,<1.2.0 # Apache-2.0 @@ -7 +6,0 @@ fixtures>=3.0.0 # Apache-2.0/BSD -testrepository>=0.0.18 # Apache-2.0/BSD
participants (1)
-
no-reply@openstack.org