From 3cf76880c1dfb6032613b68832a7bee38be6d694 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Mon, 20 Sep 2010 20:26:49 -0400 Subject: bumped version to 6.11, added oauth2 to list of dependencies --- askbot/__init__.py | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/askbot/__init__.py b/askbot/__init__.py index d27f7f7c..0b7e61bb 100644 --- a/askbot/__init__.py +++ b/askbot/__init__.py @@ -22,7 +22,7 @@ def get_version(): """returns version of the askbot app this version is meaningful for pypi only """ - return '0.6.10' + return '0.6.11' def send_mail( subject_line = None, diff --git a/setup.py b/setup.py index e17543f5..50c72ddb 100644 --- a/setup.py +++ b/setup.py @@ -9,6 +9,7 @@ import sys install_requires = [ 'django==1.1.2', 'South>=0.7.1', + 'oauth2', 'recaptcha-client', 'markdown2', 'html5lib', -- cgit v1.2.3-1-g7c22