diff options
| author | Tom Christie | 2012-02-20 20:33:07 +0000 |
|---|---|---|
| committer | Tom Christie | 2012-02-20 20:33:07 +0000 |
| commit | 54a02c1fb9e9f1036e94aa662f1c286398a93ef7 (patch) | |
| tree | a9d5f0ada81c0ce8cc97a26bb4b7dcbe8a00c957 /djangorestframework | |
| parent | 6c5fb562574d4c42a2ecc3eb9109e56599551a11 (diff) | |
| download | django-rest-framework-54a02c1fb9e9f1036e94aa662f1c286398a93ef7.tar.bz2 | |
Version 0.3.30.3.3
Diffstat (limited to 'djangorestframework')
| -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 0aaa2915..efe7f566 100644 --- a/djangorestframework/__init__.py +++ b/djangorestframework/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.3.3-dev' +__version__ = '0.3.3' VERSION = __version__ # synonym |
