summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-12-13 14:02:00 -0300
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-12-13 14:02:00 -0300
commit50b4b8cef2735bd1499a9c9d9ace4b51682a935c (patch)
treeec22d608b3f86447926443d5b20f029fd28f84d4
parentc73bcce76532df54ed6e69b8a7903b375810bdf9 (diff)
downloadaskbot-50b4b8cef2735bd1499a9c9d9ace4b51682a935c.tar.gz
askbot-50b4b8cef2735bd1499a9c9d9ace4b51682a935c.tar.bz2
askbot-50b4b8cef2735bd1499a9c9d9ace4b51682a935c.zip
another bugfix release
-rw-r--r--askbot/__init__.py2
-rw-r--r--askbot/doc/source/changelog.rst4
2 files changed, 5 insertions, 1 deletions
diff --git a/askbot/__init__.py b/askbot/__init__.py
index a7f7738a..72d9c240 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, 46)
+VERSION = (0, 7, 47)
#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 25f3c7a7..1a7bb367 100644
--- a/askbot/doc/source/changelog.rst
+++ b/askbot/doc/source/changelog.rst
@@ -1,6 +1,10 @@
Changes in Askbot
=================
+0.7.47 (Dec 13, 2012)
+---------------------
+* Bugfix release
+
0.7.46 (Dec 12, 2012)
---------------------
* Bugfix release