[openstack-announce] [release][oslo] oslo.config release 1.14.0	(liberty)
    davanum at gmail.com 
    davanum at gmail.com
       
    Mon Jul  6 20:14:51 UTC 2015
    
    
  
We are chuffed to announce the release of:
oslo.config 1.14.0: Oslo Configuration API
This release is part of the liberty release series.
With source available at:
    http://git.openstack.org/cgit/openstack/oslo.config
With package available at:
    https://pypi.python.org/pypi/oslo.config
For more details, please see the git log history below and:
    http://launchpad.net/oslo.config/+milestone/1.14.0
Please report issues through launchpad:
    http://bugs.launchpad.net/oslo.config
Changes in oslo.config 1.13.0..1.14.0
-------------------------------------
39bf8c5 Updated from global requirements
427de80 Add set_default() method to fixture
d86fd9b fix fixture tests for fixtures 1.3.x
8e1cd36 Add tox target to find missing requirements
abd4a76 Fixes example for cfg
Diffstat (except docs and test files)
-------------------------------------
oslo_config/cfg.py                |   2 +-
oslo_config/fixture.py            |  24 ++++++
test-requirements.txt             |   2 +-
tox.ini                           |   8 ++
6 files changed, 220 insertions(+), 81 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index 9a8f505..1a68205 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8 +8 @@ discover
-fixtures>=0.3.14
+fixtures>=1.3.1
    
    
More information about the OpenStack-announce
mailing list