Add release notes & bump version for kayobe 3.1.0 release

This release is based on the OpenStack Pike release.
This commit is contained in:
Mark Goddard 2018-02-22 15:48:07 +00:00
parent abb6243d81
commit eef61c7955
2 changed files with 13 additions and 1 deletions

View File

@ -8,6 +8,18 @@ In Development
Features
--------
Upgrade Notes
-------------
Kayobe 3.1.0
============
Kayobe 3.1.0 was released on 22nd February 2018 and is based on the Pike
release of OpenStack.
Features
--------
* Adds ``--interface-limit`` and ``--interface-description-limit`` arguments to
the ``kayobe physical network configure`` command. These arguments allow
configuration to be limited to a subset of switch interfaces.

View File

@ -18,7 +18,7 @@ from setuptools import setup, find_packages
PROJECT = 'kayobe'
VERSION = '3.0.0'
VERSION = '3.1.0'
try:
long_description = open('README.md', 'rt').read()