diff options
| author | Tom Christie | 2012-11-01 23:40:34 +0000 |
|---|---|---|
| committer | Tom Christie | 2012-11-01 23:40:34 +0000 |
| commit | 062f5caef3dcb76e19f9eed59779f45849a166a1 (patch) | |
| tree | 5ffc57a25076f27038b58cab16b70765089b2b19 /rest_framework | |
| parent | 09d70958bd09b65687aabbdfa999a7431d37897f (diff) | |
| download | django-rest-framework-062f5caef3dcb76e19f9eed59779f45849a166a1.tar.bz2 | |
Tweaks fields docs, and fix 2.0.1 version.2.0.1
Diffstat (limited to 'rest_framework')
| -rw-r--r-- | rest_framework/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rest_framework/__init__.py b/rest_framework/__init__.py index 557f5943..d6e76286 100644 --- a/rest_framework/__init__.py +++ b/rest_framework/__init__.py @@ -1,3 +1,3 @@ -__version__ = '2.0.0' +__version__ = '2.0.1' VERSION = __version__ # synonym |
