We jubilantly announce the release of: oslo.i18n 3.15.3: Oslo i18n library This release is part of the pike release series. The source is available from: http://git.openstack.org/cgit/openstack/oslo.i18n Download the package from: https://pypi.python.org/pypi/oslo.i18n Please report issues through launchpad: http://bugs.launchpad.net/oslo.i18n For more details, please see below. Changes in oslo.i18n 3.15.2..3.15.3 ----------------------------------- b9eed49 Revert "Remove Babel as a runtime requirement" Diffstat (except docs and test files) ------------------------------------- requirements.txt | 1 + test-requirements.txt | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 76ecae7..592e5d4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,0 +6 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 +Babel!=2.4.0,>=2.3.4 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index 819fcc5..1ba37d7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -18 +17,0 @@ reno>=1.8.0 # Apache-2.0 -Babel!=2.4.0,>=2.3.4 # BSD