From 0d763f4c686c98da5c9b34894ed3aa8cffce2608 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Tue, 29 Nov 2011 17:37:46 -0300 Subject: incremented version to 0.7.31, updated changelog --- askbot/__init__.py | 2 +- askbot/doc/source/changelog.rst | 10 ++++++---- 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 `_) -- cgit v1.2.3-1-g7c22