change the master/default branch to mitaka

Change-Id: I8589dd92704df9d26d7f9359477c99377223d897
This commit is contained in:
Doug Hellmann
2015-10-01 19:03:51 +00:00
parent 58c334797b
commit 58153cb747
2 changed files with 2 additions and 1 deletions

View File

@@ -12,4 +12,4 @@
# License for the specific language governing permissions and limitations
# under the License.
RELEASE = 'liberty'
RELEASE = 'mitaka'

View File

@@ -43,6 +43,7 @@ RELEASES = [
('juno', datetime.datetime(2014, 10, 16)),
('kilo', datetime.datetime(2015, 4, 30)),
('liberty', datetime.datetime(2015, 10, 15)),
('mitaka', datetime.datetime(2016, 4, 7)),
]