From 6f9e8eca777065cb737eb0027d1e609f0d0e46ef Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Wed, 5 Oct 2011 17:25:45 -0300 Subject: bumped version to 0.7.25 due to a bug not entirely fixed by 0.7.24 --- askbot/__init__.py | 2 +- askbot/doc/source/changelog.rst | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/askbot/__init__.py b/askbot/__init__.py index b4889f92..ef784c3b 100644 --- a/askbot/__init__.py +++ b/askbot/__init__.py @@ -9,7 +9,7 @@ import smtplib import sys import logging -VERSION = (0, 7, 24) +VERSION = (0, 7, 25) #necessary for interoperability of django and coffin try: diff --git a/askbot/doc/source/changelog.rst b/askbot/doc/source/changelog.rst index 0592cc54..d58b415f 100644 --- a/askbot/doc/source/changelog.rst +++ b/askbot/doc/source/changelog.rst @@ -1,15 +1,15 @@ Changes in Askbot ================= -Development version (Not yet released) --------------------------------------- +0.7.25 (Current Version) +------------------------ * RSS feed for individual question (Sayan Chowdhury) * Allow pre-population of tags via ask a questions link (Adolfo) * Make answering own question one click harder (Adolfo) * Bootstrap mode (Adolfo, Evgeny) -0.7.24 (Current Version) ------------------------- +0.7.24 +------ * Made it possible to disable the anonymous user greeting alltogether (Raghu Udiyar) * Added annotations for the meanings of user levels on the "moderation" page. (Jishnu) * Auto-link patterns - e.g. to bug databases - are configurable from settings. (Arun SAG) -- cgit v1.2.3-1-g7c22