summaryrefslogtreecommitdiffstats
path: root/askbot/__init__.py
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-11-29 21:53:33 -0300
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-11-29 21:53:33 -0300
commit7bea4fa8cec1cbdbfcd5ff20580a879cf69b2787 (patch)
tree8e3f94c0d3aa36c9107b3f88b0da8b1b61df3679 /askbot/__init__.py
parentb243bb1ad3d0f754332faf70e21d7e369d62ee71 (diff)
downloadaskbot-7bea4fa8cec1cbdbfcd5ff20580a879cf69b2787.tar.gz
askbot-7bea4fa8cec1cbdbfcd5ff20580a879cf69b2787.tar.bz2
askbot-7bea4fa8cec1cbdbfcd5ff20580a879cf69b2787.zip
incremented revision and fixed email subject line for the instant alerts - so that they fall into threads in the email clients
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 e66d44c3..9686b5f5 100644
--- a/askbot/__init__.py
+++ b/askbot/__init__.py
@@ -9,7 +9,7 @@ import smtplib
import sys
import logging
-VERSION = (0, 7, 31)
+VERSION = (0, 7, 32)
#necessary for interoperability of django and coffin
try: