summaryrefslogtreecommitdiffstats
path: root/askbot/__init__.py
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-11-09 18:30:31 -0300
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-11-09 18:30:31 -0300
commit82e7b785a3ca9fb189dea94c18b408cd07106ee3 (patch)
tree8238c40a76a4605e8c27a15968c15736429f5706 /askbot/__init__.py
parent7553581e801cea1f6562c82a2479b2068d528f2c (diff)
downloadaskbot-82e7b785a3ca9fb189dea94c18b408cd07106ee3.tar.gz
askbot-82e7b785a3ca9fb189dea94c18b408cd07106ee3.tar.bz2
askbot-82e7b785a3ca9fb189dea94c18b408cd07106ee3.zip
one more fix to the startup procedure for celery and incremented revision again
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 11954dda..1c822e05 100644
--- a/askbot/__init__.py
+++ b/askbot/__init__.py
@@ -9,7 +9,7 @@ import smtplib
import sys
import logging
-VERSION = (0, 7, 28)
+VERSION = (0, 7, 29)
#necessary for interoperability of django and coffin
try: