summaryrefslogtreecommitdiffstats
path: root/askbot/__init__.py
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-03-29 20:27:19 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-03-29 20:27:19 -0400
commit4ff87c85bc560363e0ae6e15f357fc51299fd866 (patch)
treebacfb581683939ede077876386a52376b7f7ed45 /askbot/__init__.py
parentc65c7cdb0f600c2c8eba2cca63377fd81928401c (diff)
downloadaskbot-4ff87c85bc560363e0ae6e15f357fc51299fd866.tar.gz
askbot-4ff87c85bc560363e0ae6e15f357fc51299fd866.tar.bz2
askbot-4ff87c85bc560363e0ae6e15f357fc51299fd866.zip
incremented the revision for real and prepared for the release
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 0962acd8..5a8afcaa 100644
--- a/askbot/__init__.py
+++ b/askbot/__init__.py
@@ -9,7 +9,7 @@ import smtplib
import sys
import logging
-VERSION = (0, 7, 39)
+VERSION = (0, 7, 40)
#keys are module names used by python imports,
#values - the package qualifier to use for pip