summaryrefslogtreecommitdiffstats
path: root/askbot/__init__.py
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-11-09 17:33:40 -0300
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-11-09 17:33:40 -0300
commite9541d7227cb04edf4471ff70bb51b93f817ff48 (patch)
tree1d91e59482c5bd1f9286f8a56451e98226627ace /askbot/__init__.py
parent599fe9f2a6c603ebbb96c09e76b54c49aa64f501 (diff)
downloadaskbot-e9541d7227cb04edf4471ff70bb51b93f817ff48.tar.gz
askbot-e9541d7227cb04edf4471ff70bb51b93f817ff48.tar.bz2
askbot-e9541d7227cb04edf4471ff70bb51b93f817ff48.zip
added CACHE_MIDDLEWARE_ANONYMOUS_ONLY setting and test, renamed BROKER_BACKEND setting and fixed a bug in the answer vote button template
Diffstat (limited to 'askbot/__init__.py')
-rw-r--r--askbot/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/__init__.py b/askbot/__init__.py
index c69e532c..11954dda 100644
--- a/askbot/__init__.py
+++ b/askbot/__init__.py
@@ -9,7 +9,7 @@ import smtplib
import sys
import logging
-VERSION = (0, 7, 27)
+VERSION = (0, 7, 28)
#necessary for interoperability of django and coffin
try: