diff options
| author | Tom Christie | 2013-03-13 13:07:46 +0000 |
|---|---|---|
| committer | Tom Christie | 2013-03-13 13:07:46 +0000 |
| commit | 4b68089d44d3ede878eff58f6e3cdad86f5c832e (patch) | |
| tree | 51edf5e48531b67702b530729badeaade8021090 | |
| parent | 76bf8db83aada25b76be9389b538ec3f3b99c6ac (diff) | |
| download | django-rest-framework-2.2.4.tar.bz2 | |
Version 2.2.42.2.4
| -rw-r--r-- | docs/topics/release-notes.md | 4 | ||||
| -rw-r--r-- | rest_framework/__init__.py | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index 4eaa42ba..5a96c09c 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -40,7 +40,9 @@ You can determine your currently installed version using `pip freeze`: ## 2.2.x series -### Master +### 2.2.4 + +**Date**: 13th March 2013 * OAuth 2 support. * OAuth 1.0a support. diff --git a/rest_framework/__init__.py b/rest_framework/__init__.py index 1f5d6e62..cf005636 100644 --- a/rest_framework/__init__.py +++ b/rest_framework/__init__.py @@ -1,4 +1,4 @@ -__version__ = '2.2.3' +__version__ = '2.2.4' VERSION = __version__ # synonym |
