summaryrefslogtreecommitdiffstats
path: root/askbot/__init__.py
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-09-01 10:57:58 -0300
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-09-01 10:57:58 -0300
commita16a80b5a0ab03340e8b308945ce3dcb733b6ac3 (patch)
treeed60941b355737c751a90aa5293d2895864322e5 /askbot/__init__.py
parentd5e91577b83893661ef19d258fb8a372e70ef41f (diff)
downloadaskbot-a16a80b5a0ab03340e8b308945ce3dcb733b6ac3.tar.gz
askbot-a16a80b5a0ab03340e8b308945ce3dcb733b6ac3.tar.bz2
askbot-a16a80b5a0ab03340e8b308945ce3dcb733b6ac3.zip
removed printing of log message on missing optional media resources, fixed a layout bug on tags page and incremented revision
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 b18dac73..8133c74f 100644
--- a/askbot/__init__.py
+++ b/askbot/__init__.py
@@ -9,7 +9,7 @@ import smtplib
import sys
import logging
-VERSION = (0, 7, 21)
+VERSION = (0, 7, 22)
#necessary for interoperability of django and coffin
try: