diff options
| -rw-r--r-- | README.rst | 2 | ||||
| -rwxr-xr-x | setup.py | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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 @@ -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', |
