summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-09-19 18:59:08 -0300
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-09-19 18:59:08 -0300
commitcfe6efc153e5ad37e506b931af15e3c2e6635a73 (patch)
tree46709ee42b1f19bfbe074d84052703c8267853ac
parenta09a931d6b24c271c344af19fff81c10b7ff8f71 (diff)
downloadaskbot-cfe6efc153e5ad37e506b931af15e3c2e6635a73.tar.gz
askbot-cfe6efc153e5ad37e506b931af15e3c2e6635a73.tar.bz2
askbot-cfe6efc153e5ad37e506b931af15e3c2e6635a73.zip
incremented askbot version to 0.7.49
-rw-r--r--askbot/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/__init__.py b/askbot/__init__.py
index e96719c1..19c3953f 100644
--- a/askbot/__init__.py
+++ b/askbot/__init__.py
@@ -7,7 +7,7 @@ basic actions on behalf of the forum application
import os
import platform
-VERSION = (0, 7, 48)
+VERSION = (0, 7, 49)
#keys are module names used by python imports,
#values - the package qualifier to use for pip