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 /rest_framework | |
| parent | 76bf8db83aada25b76be9389b538ec3f3b99c6ac (diff) | |
| download | django-rest-framework-4b68089d44d3ede878eff58f6e3cdad86f5c832e.tar.bz2 | |
Version 2.2.42.2.4
Diffstat (limited to 'rest_framework')
| -rw-r--r-- | rest_framework/__init__.py | 2 | 
1 files changed, 1 insertions, 1 deletions
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  | 
