summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-11-15 16:42:49 -0500
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-11-15 16:42:49 -0500
commit987c4af02f9f97d866fb0748c111701b7b2160cf (patch)
tree4441575446ecc170623e88228f641f20560f07da
parent6200ad263d9b829ae0b05c9a106cb637606b33f4 (diff)
downloadaskbot-987c4af02f9f97d866fb0748c111701b7b2160cf.tar.gz
askbot-987c4af02f9f97d866fb0748c111701b7b2160cf.tar.bz2
askbot-987c4af02f9f97d866fb0748c111701b7b2160cf.zip
version bump
-rw-r--r--askbot/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/__init__.py b/askbot/__init__.py
index 87e9e2e5..07ae95f4 100644
--- a/askbot/__init__.py
+++ b/askbot/__init__.py
@@ -22,7 +22,7 @@ def get_version():
"""returns version of the askbot app
this version is meaningful for pypi only
"""
- return '0.6.26'
+ return '0.6.28'
#todo: maybe send_mail functions belong to models
#or the future API