diff options
| author | Tom Christie | 2011-06-15 14:41:53 +0100 | 
|---|---|---|
| committer | Tom Christie | 2011-06-15 14:41:53 +0100 | 
| commit | 8b3c807fd4ccca0ff4c0f7cab4235bff44e89687 (patch) | |
| tree | 2e9b2524ea5cd3dec2c301516e1e35391dd88439 /djangorestframework | |
| parent | 1cb84cd4e82880caea645ebd99a947cead3096b9 (diff) | |
| download | django-rest-framework-8b3c807fd4ccca0ff4c0f7cab4235bff44e89687.tar.bz2 | |
Version 0.2.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 8f1482f6..b1ef6dda 100644 --- a/djangorestframework/__init__.py +++ b/djangorestframework/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.2.2' +__version__ = '0.2.3'  VERSION = __version__  # synonym  | 
