summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-12-10 16:52:50 -0300
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-12-10 16:52:50 -0300
commita6ee98b28c67c551dcbe252a35b8ea4331c9699d (patch)
tree5eed802dcb8f2d900e56697d97057bfe92b47526
parent6db4407af3ed35891afc0c548bdcd1d27bf460fd (diff)
downloadaskbot-a6ee98b28c67c551dcbe252a35b8ea4331c9699d.tar.gz
askbot-a6ee98b28c67c551dcbe252a35b8ea4331c9699d.tar.bz2
askbot-a6ee98b28c67c551dcbe252a35b8ea4331c9699d.zip
updated changelog and incremented revision
-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