We are tickled pink to announce the release of: oslo.versionedobjects 0.9.0: Oslo Versioned Objects library This release is part of the liberty release series. With source available at: http://git.openstack.org/cgit/openstack/oslo.versionedobjects With package available at: https://pypi.python.org/pypi/oslo.versionedobjects For more details, please see the git log history below and: http://launchpad.net/oslo.versionedobjects/+milestone/0.9.0 Please report issues through launchpad: http://bugs.launchpad.net/oslo.versionedobjects Changes in oslo.versionedobjects 0.8.0..0.9.0 --------------------------------------------- bbb52b5 Updated from global requirements 00c503e Allow calling obj_to_primitive() with version_manifest Diffstat (except docs and test files) ------------------------------------- oslo_versionedobjects/base.py | 6 ++++-- requirements.txt | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 48050d2..28b8550 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7 @@ oslo.concurrency>=2.3.0 # Apache-2.0 -oslo.config>=2.1.0 # Apache-2.0 +oslo.config>=2.3.0 # Apache-2.0