diff options
| author | Tom Christie | 2012-12-31 08:53:49 +0000 | 
|---|---|---|
| committer | Tom Christie | 2012-12-31 08:53:49 +0000 | 
| commit | eff833b39d2f41c9eb773214f5b45c3d991e1511 (patch) | |
| tree | 4fe8eb79a35d9e7392f7faa325bceffb33add8e6 /rest_framework | |
| parent | 8fad0a727a897970531a087346ecd44f361b25f4 (diff) | |
| download | django-rest-framework-eff833b39d2f41c9eb773214f5b45c3d991e1511.tar.bz2 | |
Version 2.1.142.1.14
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 2e38d863..151ba832 100644 --- a/rest_framework/__init__.py +++ b/rest_framework/__init__.py @@ -1,3 +1,3 @@ -__version__ = '2.1.13' +__version__ = '2.1.14'  VERSION = __version__  # synonym | 
