Version 2.3.8

This commit is contained in:
Tom Christie 2013-09-11 09:09:30 +01:00
parent e021472a16
commit 195790e60b
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.3.x series
### Master
### 2.3.8
**Date**: 11th September 2013
* Added `DjangoObjectPermissions`, and `DjangoObjectPermissionsFilter`.
* Support customizable exception handling, using the `EXCEPTION_HANDLER` setting.

View File

@ -1,4 +1,4 @@
__version__ = '2.3.7'
__version__ = '2.3.8'
VERSION = __version__ # synonym