summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-11-28 15:36:04 -0300
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-11-28 15:36:04 -0300
commitafd39c2ae4b087344aff8f5fc698816e0293c45f (patch)
tree3d00e86fd2dc8598474b792f0211e5f2ce809a38
parentb4f70cdea0862c1458a8defd15eeffdf72df5a76 (diff)
downloadaskbot-afd39c2ae4b087344aff8f5fc698816e0293c45f.tar.gz
askbot-afd39c2ae4b087344aff8f5fc698816e0293c45f.tar.bz2
askbot-afd39c2ae4b087344aff8f5fc698816e0293c45f.zip
incremented release id
-rw-r--r--askbot/__init__.py2
-rw-r--r--askbot/doc/source/changelog.rst15
2 files changed, 12 insertions, 5 deletions
diff --git a/askbot/__init__.py b/askbot/__init__.py
index 1c822e05..45017768 100644
--- a/askbot/__init__.py
+++ b/askbot/__init__.py
@@ -9,7 +9,7 @@ import smtplib
import sys
import logging
-VERSION = (0, 7, 29)
+VERSION = (0, 7, 30)
#necessary for interoperability of django and coffin
try:
diff --git a/askbot/doc/source/changelog.rst b/askbot/doc/source/changelog.rst
index 31b21813..ed81ff27 100644
--- a/askbot/doc/source/changelog.rst
+++ b/askbot/doc/source/changelog.rst
@@ -1,8 +1,10 @@
Changes in Askbot
=================
-Development version (not yet published)
----------------------------------------
+0.7.30 (Current Version)
+------------------------
+Note: some of these features were added in one of the three previous versions.
+
* Context-sensitive RSS url (`Dejan Noveski <http://www.atomidata.com/>`_)
* Implemented new version of skin (Byron Corrales)
* Show unused vote count (Tomasz Zielinski)
@@ -22,9 +24,14 @@ Development version (not yet published)
* Updated Italian localization (Luca Ferroni)
* Added Catalan localization (Jordi Bofill)
* Added management command ``askbot_add_test_content`` (Dejan Noveski)
+* Continued work on refactoring the database schema (Tomasz Zielinski)
-0.7.26 (Current Version)
-------------------------
+0.7.27 - 0.7.29
+---------------
+For these versions we did not keep consistent record of features.
+
+0.7.26
+------
* Added settings for email subscription defaults (Adolfo)
* Resolved `bug #102<http://bugs.askbot.org/issues/102>`_ - duplicate notifications on posts with mentions (Evegeny)
* Added color-animated transitions when urls with hash tags are visited (Adolfo)