summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--askbot/__init__.py2
-rw-r--r--askbot/doc/source/changelog.rst3
2 files changed, 3 insertions, 2 deletions
diff --git a/askbot/__init__.py b/askbot/__init__.py
index 106241fb..c77c33d1 100644
--- a/askbot/__init__.py
+++ b/askbot/__init__.py
@@ -7,7 +7,7 @@ basic actions on behalf of the forum application
import os
import platform
-VERSION = (0, 7, 43)
+VERSION = (0, 7, 44)
#keys are module names used by python imports,
#values - the package qualifier to use for pip
diff --git a/askbot/doc/source/changelog.rst b/askbot/doc/source/changelog.rst
index 0fff72a1..387c67e5 100644
--- a/askbot/doc/source/changelog.rst
+++ b/askbot/doc/source/changelog.rst
@@ -1,8 +1,9 @@
Changes in Askbot
=================
-Development version
+0.7.44 (Nov 11, 2012)
-------------------
+* Support for django 1.4 (Adolfo)
* Added option to enable/disable rss feeds (Evgeny)
* Added minimum reputation to insert links and hotlinked images (Evgeny)
* Added minimum reputation to suggest links as plain text (Evgeny)