summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIb Lundgren <ib.lundgren@gmail.com>2012-06-27 19:27:09 +0200
committerIb Lundgren <ib.lundgren@gmail.com>2012-06-27 19:27:09 +0200
commit56b0cec481c7457a658b54f979f0fea3c1189c12 (patch)
tree36051bcc71118d7611cd25b605174369c53fdbff
parentfad6f859f3f4df691df7bea308d4aba50a78ffec (diff)
downloadoauthlib-0.2.1.tar.gz
0.2.10.2.1
-rw-r--r--README.rst2
-rwxr-xr-xsetup.py2
2 files changed, 3 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index fc37b76..41c24c9 100644
--- a/README.rst
+++ b/README.rst
@@ -35,6 +35,8 @@ Changelog
*OAuthLib is in active development, with most of OAuth1 complete and OAuth2
already in the works.*
+0.2.1: Exclude non urlencoded bodies during request verification
+
0.2.0: OAuth provider support
0.1.4: soft dependency on PyCrypto
diff --git a/setup.py b/setup.py
index 3bffb5f..ea39b0e 100755
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ requires = []
setup(
name='oauthlib',
- version='0.2.0',
+ version='0.2.1',
description='A generic, spec-compliant, thorough implementation of the OAuth request-signing logic',
long_description=fread('README.rst'),
author='Idan Gazit',