summaryrefslogtreecommitdiffstats
path: root/askbot/__init__.py
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-05-14 15:35:47 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-05-14 15:35:47 -0400
commit4cf3ec3998b1f067a7f0c76eae4a90c274024986 (patch)
tree1f4a9128a41efc1ab7197a3e31aa3d2d7168fa7c /askbot/__init__.py
parentd4778e5eba9b5861611492eb6166eb6d8c8eec96 (diff)
downloadaskbot-4cf3ec3998b1f067a7f0c76eae4a90c274024986.tar.gz
askbot-4cf3ec3998b1f067a7f0c76eae4a90c274024986.tar.bz2
askbot-4cf3ec3998b1f067a7f0c76eae4a90c274024986.zip
bumped version and updated changelog and the contributor list
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 12517182..859b2695 100644
--- a/askbot/__init__.py
+++ b/askbot/__init__.py
@@ -9,7 +9,7 @@ import smtplib
import sys
import logging
-VERSION = (0, 7, 42)
+VERSION = (0, 7, 43)
#keys are module names used by python imports,
#values - the package qualifier to use for pip