summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-10-05 17:25:45 -0300
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-10-05 17:25:45 -0300
commit6f9e8eca777065cb737eb0027d1e609f0d0e46ef (patch)
treea33d78e36456362a2bc68c31992a94b3e85db873
parent9e006ba11567b8860929436cdbf1394e4274f902 (diff)
downloadaskbot-6f9e8eca777065cb737eb0027d1e609f0d0e46ef.tar.gz
askbot-6f9e8eca777065cb737eb0027d1e609f0d0e46ef.tar.bz2
askbot-6f9e8eca777065cb737eb0027d1e609f0d0e46ef.zip
bumped version to 0.7.25 due to a bug not entirely fixed by 0.7.24
-rw-r--r--askbot/__init__.py2
-rw-r--r--askbot/doc/source/changelog.rst8
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)