Bump version to 1.2.0

stable/1.1 is opened for RC and stable releases.

Change-Id: I9868bbc71e2ae97bf9d51b9204683cc4e349ec12
This commit is contained in:
Dmitry Tantsur 2015-04-15 14:52:48 +02:00
parent 9cc7373947
commit 7c55052d18
2 changed files with 16 additions and 1 deletions

View File

@ -1,6 +1,21 @@
Release Notes
-------------
1.2 Series
~~~~~~~~~~
See `1.2.0 release tracking page`_ for details.
**Upgrade Notes**
**Major Features**
**Other Changes**
**Known Issues**
.. _1.2.0 release tracking page: https://bugs.launchpad.net/ironic-discoverd/+milestone/1.2.0
1.1 Series
~~~~~~~~~~

View File

@ -11,5 +11,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version_info__ = (1, 1, 0)
__version_info__ = (1, 2, 0)
__version__ = '%d.%d.%d' % __version_info__