diff options
| author | Tom Christie | 2013-05-07 13:29:38 +0100 |
|---|---|---|
| committer | Tom Christie | 2013-05-07 13:29:38 +0100 |
| commit | ed2cf180c961bb337c5d3ab7e5f74a1539c33ae4 (patch) | |
| tree | 1b39dafc49c9be3a0859e471642760d873a726c1 /rest_framework | |
| parent | 3353889ae85cc21890469cf00f7073d1ea5c2070 (diff) | |
| download | django-rest-framework-ed2cf180c961bb337c5d3ab7e5f74a1539c33ae4.tar.bz2 | |
Version 2.3.02.3.0
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 856badc6..35196c74 100644 --- a/rest_framework/__init__.py +++ b/rest_framework/__init__.py @@ -1,4 +1,4 @@ -__version__ = '2.2.7' +__version__ = '2.3.0' VERSION = __version__ # synonym |
