Skip to content

Commit 8b40b08

Browse files
author
Matthew Fisher
committed
chore(controller): bump API version to v1.2.0
1 parent ba14d16 commit 8b40b08

5 files changed

Lines changed: 1138 additions & 4 deletions

File tree

client/deis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
__version__ = '1.5.0-dev'
7676

7777
# what version of the API is this client compatible with?
78-
__api_version__ = '1.1'
78+
__api_version__ = '1.2'
7979

8080

8181
locale.setlocale(locale.LC_ALL, '')

controller/api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
The **api** Django app presents a RESTful web API for interacting with the **deis** system.
33
"""
44

5-
__version__ = '1.1.2'
5+
__version__ = '1.2.0'

docs/reference/api-v1.1.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
:title: Controller API v1.1
22
:description: The v1.1 REST API for Deis' Controller
33

4-
.. _controller_api_v1:
5-
64
Controller API v1.1
75
===================
86

0 commit comments

Comments
 (0)