summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-09-25 18:00:00 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-09-25 18:00:00 -0400
commitf472928bed29b8952d75b6b73c53033dda00d4d7 (patch)
tree9648ced8991dc7348932e48437c8a321bd703b39
parentd4490e43994310a30d5ac8b41c958747fa3e91fd (diff)
downloadaskbot-f472928bed29b8952d75b6b73c53033dda00d4d7.tar.gz
askbot-f472928bed29b8952d75b6b73c53033dda00d4d7.tar.bz2
askbot-f472928bed29b8952d75b6b73c53033dda00d4d7.zip
bumped pypi version since the app works on postgres
-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