summaryrefslogtreecommitdiffstats
path: root/askbot/__init__.py
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-04-22 10:31:40 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-04-22 10:31:40 -0400
commitbe44014155313420806462b072752dbee820bb4c (patch)
treebd51bebe6cd6a3aa01fcb4df7436525cc96a2fdb /askbot/__init__.py
parenta7ff97ac49fc63119cad12d432fa1e4964d1d859 (diff)
parent0b9212c4b06dbdcb479e66ae7af467ed7540a689 (diff)
downloadaskbot-be44014155313420806462b072752dbee820bb4c.tar.gz
askbot-be44014155313420806462b072752dbee820bb4c.tar.bz2
askbot-be44014155313420806462b072752dbee820bb4c.zip
merged the master branch
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 a83d6f54..12517182 100644
--- a/askbot/__init__.py
+++ b/askbot/__init__.py
@@ -9,7 +9,7 @@ import smtplib
import sys
import logging
-VERSION = (0, 7, 41)
+VERSION = (0, 7, 42)
#keys are module names used by python imports,
#values - the package qualifier to use for pip