diff options
| author | Tom Christie | 2012-08-29 19:27:01 +0100 |
|---|---|---|
| committer | Tom Christie | 2012-08-29 19:27:01 +0100 |
| commit | b93994c44456e16bde34bdd40122e9f0d489465f (patch) | |
| tree | f6734a03ca911c17ef56c1c6ebf054629bb92854 | |
| parent | ec868418073fe8cc778e5b81246a149fc9bd9a35 (diff) | |
| download | django-rest-framework-b93994c44456e16bde34bdd40122e9f0d489465f.tar.bz2 | |
Version 0.4.0
| -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 46dd608f..ee050f0d 100644 --- a/djangorestframework/__init__.py +++ b/djangorestframework/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.4.0-dev' +__version__ = '0.4.0' VERSION = __version__ # synonym |
