Skip to content

Commit

Permalink
Version 2.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchristie committed Apr 17, 2013
1 parent 37fe0bf commit ea55143
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/topics/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ You can determine your currently installed version using `pip freeze`:

## 2.2.x series

### Master
### 2.2.7

**Date**: 17th April 2013

* Loud failure when view does not return a `Response` or `HttpResponse`.
* Bugfix: Fix for Django 1.3 compatiblity.
Expand Down
2 changes: 1 addition & 1 deletion rest_framework/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '2.2.6'
__version__ = '2.2.7'

VERSION = __version__ # synonym

Expand Down

0 comments on commit ea55143

Please sign in to comment.