Skip to content

Commit ea55143

Browse files
Version 2.2.7
1 parent 37fe0bf commit ea55143

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/topics/release-notes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ You can determine your currently installed version using `pip freeze`:
4040

4141
## 2.2.x series
4242

43-
### Master
43+
### 2.2.7
44+
45+
**Date**: 17th April 2013
4446

4547
* Loud failure when view does not return a `Response` or `HttpResponse`.
4648
* Bugfix: Fix for Django 1.3 compatiblity.

rest_framework/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '2.2.6'
1+
__version__ = '2.2.7'
22

33
VERSION = __version__ # synonym
44

0 commit comments

Comments
 (0)