summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--askbot/__init__.py2
-rw-r--r--askbot/doc/source/changelog.rst6
2 files changed, 6 insertions, 2 deletions
diff --git a/askbot/__init__.py b/askbot/__init__.py
index 99c3f596..1c919add 100644
--- a/askbot/__init__.py
+++ b/askbot/__init__.py
@@ -9,7 +9,7 @@ import smtplib
import sys
import logging
-VERSION = (0, 7, 33)
+VERSION = (0, 7, 34)
#keys are module names used by python imports,
#values - the package qualifier to use for pip
diff --git a/askbot/doc/source/changelog.rst b/askbot/doc/source/changelog.rst
index 2617b096..8b302e4a 100644
--- a/askbot/doc/source/changelog.rst
+++ b/askbot/doc/source/changelog.rst
@@ -1,8 +1,12 @@
Changes in Askbot
=================
-0.7.33 (Current Version)
+0.7.34 (Current Version)
------------------------
+* Returned support of Django 1.2
+
+0.7.33
+------
* Made on log in redirect to the forum index page by default
and to the question page, if user was reading the question
it is still possible to override the ``next`` url parameter