10000 Version 2.3.8 · alumni/django-rest-framework@195790e · GitHub
[go: up one dir, main page]

Skip to content

Commit 195790e

Browse files
committed
Version 2.3.8
1 parent e021472 commit 195790e

File tree< 10000 /h2>

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.3.x series
4242

43-
### Master
43+
### 2.3.8
44+
45+
**Date**: 11th September 2013
4446

4547
* Added `DjangoObjectPermissions`, and `DjangoObjectPermissionsFilter`.
4648
* Support customizable exception handling, using the `EXCEPTION_HANDLER` setting.

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.3.7'
1+
__version__ = '2.3.8'
22

33
VERSION = __version__ # synonym
44

0 commit comments

Comments
 (0)
0