summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-08-01 09:08:44 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2011-08-01 09:08:44 -0400
commit84384de50a0ccc30bd084d3af499eff16e47bce7 (patch)
treeac6ea4be624fb34252a9e1c9a06eb186a13cc554
parented0e0ede97d6a382395d0fcb4d32ae9a95494c85 (diff)
downloadaskbot-84384de50a0ccc30bd084d3af499eff16e47bce7.tar.gz
askbot-84384de50a0ccc30bd084d3af499eff16e47bce7.tar.bz2
askbot-84384de50a0ccc30bd084d3af499eff16e47bce7.zip
incremented version
-rw-r--r--askbot/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/__init__.py b/askbot/__init__.py
index 7b6ebcda..f59f0bd9 100644
--- a/askbot/__init__.py
+++ b/askbot/__init__.py
@@ -9,7 +9,7 @@ import smtplib
import sys
import logging
-VERSION = (0, 7, 9)
+VERSION = (0, 7, 10)
#necessary for interoperability of django and coffin
try: