Skip to content

Commit 2a56376

Browse files
author
Matthew Fisher
committed
chore(controller): bump API version to 1.1.2
1 parent aabb08f commit 2a56376

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

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.1'
5+
__version__ = '1.1.2'

docs/reference/api-v1.1.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ What's New
1818

1919
**New!** Users see a 404 response when modifying applications they are unauthorized to see.
2020

21+
**New!** Responses returned from the scheduler are properly formatted JSON responses.
22+
2123

2224
Authentication
2325
--------------

0 commit comments

Comments
 (0)