summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--askbot/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/__init__.py b/askbot/__init__.py
index 94dfde1d..8e5e3242 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.13'
+ return '0.6.14'
#todo: maybe send_mail functions belong to models
#or the future API