Excerpts from Ihar Hrachyshka's message of 2015-06-01 16:43:36 +0200: > I have a suggestion... Since it's not obvious now which stable branch > a release corresponds to, can we add that info into release note email > body somewhere for the sake of those who may closely track stable > updates but not so much those in-development, e.g. most packagers? > > For server projects, (most) versions clearly map to cycles, but not > for oslo or client libraries.
I have been doing that for releases on stable branches. This was a release from master, so I didn't include that detail, but I can go ahead and include the release in all messages for clarity. Doug > > Thanks > Ihar > > On 06/01/2015 04:27 PM, Doug Hellmann wrote: > > We are thrilled to announce the release of: > > > > python-neutronclient 2.6.0: CLI and Client Library for OpenStack > > Networking > > > > With source available at: > > > > http://git.openstack.org/cgit/openstack/python-neutronclient > > > > For more details, please see the git log history below and: > > > > http://launchpad.net/python-neutronclient/+milestone/2.6.0 > > > > Please report issues through launchpad: > > > > http://bugs.launchpad.net/python-neutronclient > > > > Changes in python-neutronclient 2.5.0..2.6.0 > > -------------------------------------------- > > > > f62492b Updated from global requirements 9e6977d Allow setting > > router's external ip(s) d9113f1 Drop use of 'oslo' namespace > > package 06a6e4d Updated from global requirements 6190a72 Add > > functional test for subnet create 5eb292c Fix Python client library > > for Neutron d830767 Update README to work with release tools > > d75689a Add --binding-profile to port-create 7bc65cb Fix invalid > > error message in neutron-cli ae09deb Add basic functional tests for > > client library > > > > Diffstat (except docs and test files) > > ------------------------------------- > > > > README.rst | 15 +++- > > neutronclient/common/serializer.py | 2 +- > > neutronclient/common/utils.py | 13 +++- > > neutronclient/i18n.py | 2 +- > > neutronclient/neutron/v2_0/__init__.py | 6 +- > > neutronclient/neutron/v2_0/port.py | 11 ++- > > neutronclient/neutron/v2_0/quota.py | 2 +- > > neutronclient/neutron/v2_0/router.py | 18 ++++- > > neutronclient/neutron/v2_0/subnet.py | 2 +- > > .../neutron/v2_0/vpn/ipsec_site_connection.py | 2 +- > > neutronclient/shell.py | 17 ++++- > > requirements.txt | 6 +- > > test-requirements.txt | 2 +- 24 files > > changed, 282 insertions(+), 21 deletions(-) > > > > > > Requirements updates -------------------- > > > > diff --git a/requirements.txt b/requirements.txt index > > b7a9ee1..28e9652 100644 --- a/requirements.txt +++ > > b/requirements.txt @@ -4 +4 @@ -pbr>=0.6,!=0.7,<1.0 > > +pbr>=0.11,<2.0 @@ -12,2 +12,2 @@ oslo.utils>=1.4.0 > > # Apache-2.0 -requests>=2.2.0,!=2.4.0 > > -python-keystoneclient>=1.1.0 +requests>=2.5.2 > > +python-keystoneclient>=1.3.0 diff --git a/test-requirements.txt > > b/test-requirements.txt index 1c395de..24c84a1 100644 --- > > a/test-requirements.txt +++ b/test-requirements.txt @@ -19 +19 @@ > > testtools>=0.9.36,!=1.2.0 -tempest-lib>=0.4.0 +tempest-lib>=0.5.0 > > > > ______________________________________________________________________ > ____ > > > > > OpenStack Development Mailing List (not for usage questions) > > Unsubscribe: > > [email protected]?subject:unsubscribe > > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > > > -----BEGIN PGP SIGNATURE----- > __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
