summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-01-29 13:57:35 -0300
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-01-29 13:57:35 -0300
commite1f06f72d0e3d59c183f865112c96ad093769823 (patch)
tree4c3bb528589aae7e273a38ba5cb84e2b5bdfa9ea
parent1aafb83bf5cb6f2dbda685e97bcb7314a45e4ea9 (diff)
downloadaskbot-e1f06f72d0e3d59c183f865112c96ad093769823.tar.gz
askbot-e1f06f72d0e3d59c183f865112c96ad093769823.tar.bz2
askbot-e1f06f72d0e3d59c183f865112c96ad093769823.zip
bumped the release number
-rw-r--r--askbot/__init__.py2
-rw-r--r--askbot/doc/source/changelog.rst4
2 files changed, 3 insertions, 3 deletions
diff --git a/askbot/__init__.py b/askbot/__init__.py
index d64c4068..d90b7daa 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, 47)
+VERSION = (0, 7, 48)
#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 142c0b6b..2c71b48c 100644
--- a/askbot/doc/source/changelog.rst
+++ b/askbot/doc/source/changelog.rst
@@ -1,8 +1,8 @@
Changes in Askbot
=================
-Development version
--------------------
+0.7.48 (Jan 28, 2013)
+---------------------
* made "how to ask the question" instructions editable
* added RSS auto-discovery link
* added support for multilingual site (experimental)