diff options
| author | Tom Christie | 2012-01-04 09:44:38 +0000 |
|---|---|---|
| committer | Tom Christie | 2012-01-04 09:44:38 +0000 |
| commit | 98c563032db92a750534a519cc50442c66e99e93 (patch) | |
| tree | 6b22ed9817fc35c02c0b93acd2fc9e9d7831ac67 | |
| parent | 65e324bc1960506d3c0063af4295b464470b19b4 (diff) | |
| download | django-rest-framework-98c563032db92a750534a519cc50442c66e99e93.tar.bz2 | |
Version 0.3.1
| -rw-r--r-- | djangorestframework/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/djangorestframework/__init__.py b/djangorestframework/__init__.py index 62edc070..d4fcd9a5 100644 --- a/djangorestframework/__init__.py +++ b/djangorestframework/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.3.1-dev' +__version__ = '0.3.1' VERSION = __version__ # synonym |
