Skip to content

Commit 2ddc34e

Browse files
committed
Getting Restless 2.1.0 out there!
1 parent 8acac3f commit 2ddc34e

File tree

3 files changed

+26
-4
lines changed

3 files changed

+26
-4
lines changed

Diff for: AUTHORS

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Primary authors:
22

3-
* Daniel Lindsley
3+
* Daniel Lindsley (@toastdriven)
44

55
Maintainers:
66

7-
* Bruno Marques
8-
* Sergio Oliveira
7+
* Bruno Marques (@ElSaico)
8+
* Sergio Oliveira (@seocam)
99

1010
Contributors:
1111

@@ -25,3 +25,6 @@ Contributors:
2525
* leonsmith
2626
* PabloCastellano
2727
* skevy
28+
* Ana Carolina (@anacarolinats)
29+
* Xiaoli Wang (@Xiaoli)
30+
* Tony Bajan (@tonybajan)

Diff for: docs/releasenotes/v2.1.0.rst

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
restless v2.1.0
2+
===============
3+
4+
:date: 2017-06-01
5+
6+
7+
Features
8+
--------
9+
10+
* Added ``SubPreparer`` and ``CollectionSubPreparer`` classes to make easier to nest responses
11+
* Hability of using callables in preparers (as soon as they don't have args)
12+
13+
Changes
14+
-------
15+
16+
* Dropped Itty support :(
17+
* Proper HTTP status messages
18+
* Added support to Django 1.9 to 1.11 (dropped support to Django <= 1.7)
19+
* Proper wrapping for decorators

Diff for: restless/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__author__ = 'Daniel Lindsley'
22
__license__ = 'BSD'
3-
__version__ = (2, 0, 4)
3+
__version__ = (2, 1, 0)
44
VERSION = '.'.join(map(str, __version__))
55

66

0 commit comments

Comments
 (0)