summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-12-12 21:36:13 -0300
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-12-12 21:36:13 -0300
commit9d781bc4118d6e085824b717675a41c12728330a (patch)
treef9bd9321b76ba726bad7c059671d576891e38b69
parentf579b0c74e90c6c5dcc42fb848c7bc453fd61217 (diff)
downloadaskbot-9d781bc4118d6e085824b717675a41c12728330a.tar.gz
askbot-9d781bc4118d6e085824b717675a41c12728330a.tar.bz2
askbot-9d781bc4118d6e085824b717675a41c12728330a.zip
a bugfix - migration files clashed
-rw-r--r--askbot/__init__.py2
-rw-r--r--askbot/doc/source/changelog.rst4
-rw-r--r--askbot/migrations/0158_add_title_search_indices_for_postgresql_and_mysql.py (renamed from askbot/migrations/0157_add_title_search_indices_for_postgresql_and_mysql.py)0
3 files changed, 5 insertions, 1 deletions
diff --git a/askbot/__init__.py b/askbot/__init__.py
index 9b40ccf8..a7f7738a 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, 45)
+VERSION = (0, 7, 46)
#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 97f8e498..25f3c7a7 100644
--- a/askbot/doc/source/changelog.rst
+++ b/askbot/doc/source/changelog.rst
@@ -1,6 +1,10 @@
Changes in Askbot
=================
+0.7.46 (Dec 12, 2012)
+---------------------
+* Bugfix release
+
0.7.45 (Dec 12, 2012)
---------------------
* Feedback sender's email is added to the Reply-To header
diff --git a/askbot/migrations/0157_add_title_search_indices_for_postgresql_and_mysql.py b/askbot/migrations/0158_add_title_search_indices_for_postgresql_and_mysql.py
index f2351a02..f2351a02 100644
--- a/askbot/migrations/0157_add_title_search_indices_for_postgresql_and_mysql.py
+++ b/askbot/migrations/0158_add_title_search_indices_for_postgresql_and_mysql.py