summaryrefslogtreecommitdiffstats
path: root/askbot/__init__.py
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-10-03 19:20:27 -0300
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-10-03 19:20:27 -0300
commiteec4df8eff641f443313df2e6e6ceb9fe7a2261a (patch)
tree295740809d8ba93cb999592be4e515c965480eeb /askbot/__init__.py
parentd95fc57baed664bce87bc7c233cf58ab66c58123 (diff)
downloadaskbot-eec4df8eff641f443313df2e6e6ceb9fe7a2261a.tar.gz
askbot-eec4df8eff641f443313df2e6e6ceb9fe7a2261a.tar.bz2
askbot-eec4df8eff641f443313df2e6e6ceb9fe7a2261a.zip
incremented a version and fixed a bug the comment editing
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 5ced4ca1..b4889f92 100644
--- a/askbot/__init__.py
+++ b/askbot/__init__.py
@@ -9,7 +9,7 @@ import smtplib
import sys
import logging
-VERSION = (0, 7, 23)
+VERSION = (0, 7, 24)
#necessary for interoperability of django and coffin
try: