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 | |
| parent | 6c5fb562574d4c42a2ecc3eb9109e56599551a11 (diff) | |
| download | django-rest-framework-54a02c1fb9e9f1036e94aa662f1c286398a93ef7.tar.bz2 | |
Version 0.3.30.3.3
| -rw-r--r-- | CHANGELOG.rst | 4 | ||||
| -rw-r--r-- | djangorestframework/__init__.py | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1e2af1c1..ddc3ac17 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,8 +1,8 @@ Release Notes ============= -development ------------ +0.3.3 +----- * Added DjangoModelPermissions class to support `django.contrib.auth` style permissions. * Use `staticfiles` for css files. 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 |
