summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py2
-rw-r--r--docs/releases/1.4.9.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 46db36160e..cc01014dff 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -52,7 +52,7 @@ copyright = 'Django Software Foundation and contributors'
# The short X.Y version.
version = '1.4.8'
# The full version, including alpha/beta/rc tags.
-release = '1.4.8'
+release = '1.4.9'
# The next version to be released
django_next_version = '1.5'
diff --git a/docs/releases/1.4.9.txt b/docs/releases/1.4.9.txt
index e84e8a13cf..da12c1a451 100644
--- a/docs/releases/1.4.9.txt
+++ b/docs/releases/1.4.9.txt
@@ -2,7 +2,7 @@
Django 1.4.9 release notes
==========================
-*October 23, 2013*
+*October 24, 2013*
Django 1.4.9 fixes a security-related bug in the 1.4 series and one other
data corruption bug.