Skip to content

Commit 3001ab0

Browse files
author
Matthew Fisher
committed
chore(release): bump controller API to v1.1
1 parent e1db573 commit 3001ab0

5 files changed

Lines changed: 1017 additions & 8 deletions

File tree

client/deis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
__version__ = '1.1.0-dev'
7272

7373
# what version of the API is this client compatible with?
74-
__api_version__ = '1.0'
74+
__api_version__ = '1.1'
7575

7676

7777
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.0.0'
5+
__version__ = '1.1.0'
Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
:title: Controller API v1.0
2-
:description: The v1 REST API for Deis' Controller
3-
4-
.. _controller_api_v1:
2+
:description: The v1.0 REST API for Deis' Controller
53

64
Controller API v1.0
75
===================
@@ -764,7 +762,7 @@ Example Response:
764762
765763
HTTP/1.1 201 CREATED
766764
Content-Type: application/json
767-
765+
768766
{"version": 5}
769767
770768
@@ -940,4 +938,4 @@ Example Response:
940938

941939
.. code-block:: console
942940
943-
HTTP/1.1 201 CREATED
941+
HTTP/1.1 201 CREATED

0 commit comments

Comments
 (0)