summaryrefslogtreecommitdiffstats
path: root/askbot/__init__.py
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-12-12 13:22:34 -0300
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-12-12 13:22:59 -0300
commit8fea61e97f9ae53e120ab6e3d088077bc41e78e7 (patch)
tree412105c075d54c702d5d0e03cda7f014f3f1fa13 /askbot/__init__.py
parentf7312cceb740d25417d8ed702e7b73a3b641e244 (diff)
downloadaskbot-8fea61e97f9ae53e120ab6e3d088077bc41e78e7.tar.gz
askbot-8fea61e97f9ae53e120ab6e3d088077bc41e78e7.tar.bz2
askbot-8fea61e97f9ae53e120ab6e3d088077bc41e78e7.zip
version bumped to 0.7.45
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 c77c33d1..9b40ccf8 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, 44)
+VERSION = (0, 7, 45)
#keys are module names used by python imports,
#values - the package qualifier to use for pip