diff options
| -rw-r--r-- | README | 4 | ||||
| -rw-r--r-- | djangorestframework/__init__.py | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -52,6 +52,10 @@ To create the sdist packages Release Notes ============= +0.2.2 + + * Throttling support complete + 0.2.1 * Couple of simple bugfixes over 0.2.0 diff --git a/djangorestframework/__init__.py b/djangorestframework/__init__.py index 1ee96d36..8f1482f6 100644 --- a/djangorestframework/__init__.py +++ b/djangorestframework/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.2.1' +__version__ = '0.2.2' VERSION = __version__ # synonym |
