Skip to content

Commit

Permalink
Getting Restless 2.1.0 out there!
Browse files Browse the repository at this point in the history
  • Loading branch information
seocam committed Jun 1, 2017
1 parent 8acac3f commit 2ddc34e
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
9 changes: 6 additions & 3 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Primary authors:

* Daniel Lindsley
* Daniel Lindsley (@toastdriven)

Maintainers:

* Bruno Marques
* Sergio Oliveira
* Bruno Marques (@ElSaico)
* Sergio Oliveira (@seocam)

Contributors:

Expand All @@ -25,3 +25,6 @@ Contributors:
* leonsmith
* PabloCastellano
* skevy
* Ana Carolina (@anacarolinats)
* Xiaoli Wang (@Xiaoli)
* Tony Bajan (@tonybajan)
19 changes: 19 additions & 0 deletions docs/releasenotes/v2.1.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
restless v2.1.0
===============

:date: 2017-06-01


Features
--------

* Added ``SubPreparer`` and ``CollectionSubPreparer`` classes to make easier to nest responses
* Hability of using callables in preparers (as soon as they don't have args)

Changes
-------

* Dropped Itty support :(
* Proper HTTP status messages
* Added support to Django 1.9 to 1.11 (dropped support to Django <= 1.7)
* Proper wrapping for decorators
2 changes: 1 addition & 1 deletion restless/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__author__ = 'Daniel Lindsley'
__license__ = 'BSD'
__version__ = (2, 0, 4)
__version__ = (2, 1, 0)
VERSION = '.'.join(map(str, __version__))


Expand Down

0 comments on commit 2ddc34e

Please sign in to comment.