diff options
| author | Ib Lundgren <ib.lundgren@gmail.com> | 2012-11-08 20:55:06 +0100 |
|---|---|---|
| committer | Ib Lundgren <ib.lundgren@gmail.com> | 2012-11-08 20:55:06 +0100 |
| commit | bee010a211d228764cd5b4207132c79a601e80a6 (patch) | |
| tree | 2a89b020d6d8ce710a17eabf592594ae7b4dea7e | |
| parent | e2db7dd548dc286001e1fc9f43caef1501d2c926 (diff) | |
| download | oauthlib-0.3.2.tar.gz | |
0.3.20.3.2
| -rw-r--r-- | AUTHORS | 3 | ||||
| -rw-r--r-- | README.rst | 2 | ||||
| -rwxr-xr-x | setup.py | 2 |
3 files changed, 5 insertions, 2 deletions
@@ -7,4 +7,5 @@ Ib Lundgren Daniel Greenfeld Caleb Brown Donald Stufft -Michael Vogt
\ No newline at end of file +Michael Vogt +Barry Warsaw @@ -44,6 +44,8 @@ Changelog *OAuthLib is in active development, with most of OAuth1 complete and OAuth2 already in the works.* +0.3.2: Fixed #62, all Python 3 tests pass. + 0.3.1: Python 3.1, 3.2, 3.3 support (experimental) 0.3.0: Initial OAuth 2 client support @@ -24,7 +24,7 @@ requires = [] setup( name='oauthlib', - version='0.3.0', + version='0.3.2', description='A generic, spec-compliant, thorough implementation of the OAuth request-signing logic', long_description=fread('README.rst'), author='Idan Gazit', |
