From 8fea61e97f9ae53e120ab6e3d088077bc41e78e7 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Wed, 12 Dec 2012 13:22:34 -0300 Subject: version bumped to 0.7.45 --- askbot/__init__.py | 2 +- askbot/doc/source/changelog.rst | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/askbot/__init__.py b/askbot/__init__.py index c77c33d1..9b40ccf8 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, 44) +VERSION = (0, 7, 45) #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 57e04a68..97f8e498 100644 --- a/askbot/doc/source/changelog.rst +++ b/askbot/doc/source/changelog.rst @@ -1,8 +1,8 @@ Changes in Askbot ================= -Development version -------------------- +0.7.45 (Dec 12, 2012) +--------------------- * Feedback sender's email is added to the Reply-To header in the feedback form (Evgeny) * Reimplemented search as drop-down (Evgeny) @@ -10,7 +10,7 @@ Development version * Allowed use of alternative form on the user signup page (Evgeny) 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) -- cgit v1.2.3-1-g7c22