Skip to content
This repository was archived by the owner on May 31, 2022. It is now read-only.

Commit c246f63

Browse files
committed
Kayobe 3.0.0 release
Adds support for the OpenStack pike release. Update python module version, edit release notes.
1 parent a12aeeb commit c246f63

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

doc/source/release-notes.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22
Release Notes
33
=============
44

5+
Kayobe 3.0.0
6+
============
7+
8+
Kayobe 3.0.0 was released on 20th September 2017.
9+
10+
Features
11+
--------
12+
13+
* Adds support for the OpenStack Pike release.
14+
* Adds support for saving overcloud service configuration to the ansible
15+
control host.
16+
* Adds support for generating overcloud service configuration, without applying
17+
it to the running system.
18+
19+
Upgrade Notes
20+
-------------
21+
22+
See the upgrade notes for the pike release of the OpenStack services in use.
23+
524
Kayobe 2.0.0
625
============
726

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020
PROJECT = 'kayobe'
21-
VERSION = '2.0.0'
21+
VERSION = '3.0.0'
2222

2323
try:
2424
long_description = open('README.md', 'rt').read()

0 commit comments

Comments
 (0)