summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-11-29 17:37:46 -0300
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-11-29 17:37:46 -0300
commit0d763f4c686c98da5c9b34894ed3aa8cffce2608 (patch)
tree4576ff3ec4c36e9548fe820136e23c5f2176860c
parent7f72266e080c2822f77ff1c5bbf54f14eb72e798 (diff)
downloadaskbot-0d763f4c686c98da5c9b34894ed3aa8cffce2608.tar.gz
askbot-0d763f4c686c98da5c9b34894ed3aa8cffce2608.tar.bz2
askbot-0d763f4c686c98da5c9b34894ed3aa8cffce2608.zip
incremented version to 0.7.31, updated changelog
-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/>`_)