summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--askbot/__init__.py2
-rw-r--r--askbot/doc/source/changelog.rst10
2 files changed, 7 insertions, 5 deletions
diff --git a/askbot/__init__.py b/askbot/__init__.py
index 45017768..e66d44c3 100644
--- a/askbot/__init__.py
+++ b/askbot/__init__.py
@@ -9,7 +9,7 @@ import smtplib
import sys
import logging
-VERSION = (0, 7, 30)
+VERSION = (0, 7, 31)
#necessary for interoperability of django and coffin
try:
diff --git a/askbot/doc/source/changelog.rst b/askbot/doc/source/changelog.rst
index 84d48c41..a844ec09 100644
--- a/askbot/doc/source/changelog.rst
+++ b/askbot/doc/source/changelog.rst
@@ -1,12 +1,14 @@
Changes in Askbot
=================
-Development version (Not yet released)
---------------------------------------
+0.7.31 (Current Version)
+------------------------
* Added ``askbot_create_test_fixture`` management command (Dejan Noveski)
+* Integrated new test fixture into the page load test cases (Dejan Noveski)
+* Added an embeddable widget for the questions list matching tags (Daniel Mican, Evgeny Fadeev, Dejan Noveski)
-0.7.30 (Current Version)
-------------------------
+0.7.30
+------
Note: some of these features were added in one of the three previous versions.
* Context-sensitive RSS url (`Dejan Noveski <http://www.atomidata.com/>`_)