diff options
| author | Tom Christie | 2011-12-29 13:57:41 +0000 |
|---|---|---|
| committer | Tom Christie | 2011-12-29 13:57:41 +0000 |
| commit | 3cf6fab3d9b21ad50d7a115a0c917c0e23a1a738 (patch) | |
| tree | b3e72ac9c6e2e782064f0454f7c5e133b4b76a8d | |
| parent | d87113ff60e0a48c85eb0c8d37b86416312b18a2 (diff) | |
| download | django-rest-framework-3cf6fab3d9b21ad50d7a115a0c917c0e23a1a738.tar.bz2 | |
Version 0.3.00.3.0
| -rw-r--r-- | RELEASES | 5 | ||||
| -rw-r--r-- | djangorestframework/__init__.py | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +0.3.0 + +* JSONP Support +* Bugfixes, including support for latest markdown release + 0.2.4 * Fix broken IsAdminUser permission. diff --git a/djangorestframework/__init__.py b/djangorestframework/__init__.py index 0bcc04c0..f67a2d6a 100644 --- a/djangorestframework/__init__.py +++ b/djangorestframework/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.2.4' +__version__ = '0.3.0' VERSION = __version__ # synonym |
