diff options
| author | Marko Tibold | 2012-01-28 13:38:29 +0100 |
|---|---|---|
| committer | Marko Tibold | 2012-01-28 13:38:29 +0100 |
| commit | a9e0159481a1b52e396bb0edee5f03563226e6da (patch) | |
| tree | 9cfea9655fb04d9cc43e204633a4be8d3c783b37 | |
| parent | 76a8c11cf1aeed605d1da895a44fbd8630f8a30a (diff) | |
| download | django-rest-framework-a9e0159481a1b52e396bb0edee5f03563226e6da.tar.bz2 | |
prepare for tagging0.3.2
| -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 55f92cc4..a5ba90e2 100644 --- a/djangorestframework/__init__.py +++ b/djangorestframework/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.3.2-dev' +__version__ = '0.3.2' VERSION = __version__ # synonym |
