[openstack-dev] [release][oslo] oslo.versionedobjects release 0.4.0 (liberty)
doug at doughellmann.com
doug at doughellmann.com
Tue Jun 9 15:14:24 UTC 2015
We are jubilant to announce the release of:
oslo.versionedobjects 0.4.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
For more details, please see the git log history below and:
http://launchpad.net/oslo.versionedobjects/+milestone/0.4.0
Please report issues through launchpad:
http://bugs.launchpad.net/oslo.versionedobjects
Changes in oslo.versionedobjects 0.3.0..0.4.0
---------------------------------------------
e61a3d3 Remove unnecessary openstack-common.conf
dec261f Updated from global requirements
ab13d2f fields: introduce BaseEnumField to allow subclassing
df0cfdc fields: add a FlexibleBoolean field type
Diffstat (except docs and test files)
-------------------------------------
openstack-common.conf | 7 ---
oslo_versionedobjects/exception.py | 8 ++++
oslo_versionedobjects/fields.py | 56 ++++++++++++++++++++--
requirements-py3.txt | 2 +-
requirements.txt | 2 +-
6 files changed, 136 insertions(+), 13 deletions(-)
Requirements updates
--------------------
diff --git a/requirements-py3.txt b/requirements-py3.txt
index cc55d11..6e3d5ba 100644
--- a/requirements-py3.txt
+++ b/requirements-py3.txt
@@ -13 +13 @@ iso8601>=0.1.9
-oslo.log>=1.0.0 # Apache-2.0
+oslo.log>=1.2.0 # Apache-2.0
diff --git a/requirements.txt b/requirements.txt
index 30fda94..c613703 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -12 +12 @@ iso8601>=0.1.9
-oslo.log>=1.0.0 # Apache-2.0
+oslo.log>=1.2.0 # Apache-2.0
More information about the OpenStack-dev
mailing list