Version 2.2.7

This commit is contained in:
Tom Christie 2013-04-17 09:07:20 +01:00
parent 37fe0bf0de
commit ea55143a23
2 changed files with 4 additions and 2 deletions

View File

@ -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.

View File

@ -1,4 +1,4 @@
__version__ = '2.2.6'
__version__ = '2.2.7'
VERSION = __version__ # synonym