summaryrefslogtreecommitdiffstats
path: root/askbot/__init__.py
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-06-01 14:43:02 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-06-01 14:43:30 -0400
commit4be3d56d82f19f64181847e565dd4c742a35e3ef (patch)
tree74eca4719540df2cde42160337afc79fe53ca2fa /askbot/__init__.py
parent1c6938d6a4248a59d4cd2e36bee69a12b89aadf4 (diff)
downloadaskbot-4be3d56d82f19f64181847e565dd4c742a35e3ef.tar.gz
askbot-4be3d56d82f19f64181847e565dd4c742a35e3ef.tar.bz2
askbot-4be3d56d82f19f64181847e565dd4c742a35e3ef.zip
updated the MANIFEST file and incremented version
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 2f2c0f52..33b010f1 100644
--- a/askbot/__init__.py
+++ b/askbot/__init__.py
@@ -9,7 +9,7 @@ import smtplib
import sys
import logging
-VERSION = (0, 6, 87)
+VERSION = (0, 6, 88)
#necessary for interoperability of django and coffin
try: