diff options
| author | Tom Christie | 2011-06-07 14:14:13 +0100 |
|---|---|---|
| committer | Tom Christie | 2011-06-07 14:14:13 +0100 |
| commit | d38a3ae7ccda7b89b60d31994f11d8dd0f0e6b9c (patch) | |
| tree | aa44a463d8d94a400cce12a54708d21c63cfac53 /djangorestframework/__init__.py | |
| parent | 44dfa05397128d730e825b30af7064e40851c8b8 (diff) | |
| download | django-rest-framework-d38a3ae7ccda7b89b60d31994f11d8dd0f0e6b9c.tar.bz2 | |
Update version for 0.2.0 bugfixes
Diffstat (limited to 'djangorestframework/__init__.py')
| -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 963e23b1..1ee96d36 100644 --- a/djangorestframework/__init__.py +++ b/djangorestframework/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.2.0' +__version__ = '0.2.1' VERSION = __version__ # synonym |
