diff --git a/django/__init__.py b/django/__init__.py index 63bfe96428a..3c18045ebe3 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 6, 3, 'alpha', 0) +VERSION = (1, 6, 3, 'final', 0) def get_version(*args, **kwargs): # Don't litter django/__init__.py with all the get_version stuff. diff --git a/docs/releases/security.txt b/docs/releases/security.txt index 474eeee26d4..3cc7e826286 100644 --- a/docs/releases/security.txt +++ b/docs/releases/security.txt @@ -448,3 +448,20 @@ Versions affected * Django 1.4 `(patch `__ and `Python compatibility fix) `__ * Django 1.5 `(patch) `__ + + +April 21, 2014 - CVE-2014-2014-0472 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +`CVE-2014-0472 `_: Unexpected code execution using ``reverse()``. `Full description `_ + +Versions affected +----------------- + +* Django 1.4 `(patch `_) + +* Django 1.5 `(patch `_) + +* Django 1.6 `(patch `_) + +* Django 1.7 `(patch `_)