summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIb Lundgren <ib.lundgren@gmail.com>2012-11-08 20:55:06 +0100
committerIb Lundgren <ib.lundgren@gmail.com>2012-11-08 20:55:06 +0100
commitbee010a211d228764cd5b4207132c79a601e80a6 (patch)
tree2a89b020d6d8ce710a17eabf592594ae7b4dea7e
parente2db7dd548dc286001e1fc9f43caef1501d2c926 (diff)
downloadoauthlib-0.3.2.tar.gz
0.3.20.3.2
-rw-r--r--AUTHORS3
-rw-r--r--README.rst2
-rwxr-xr-xsetup.py2
3 files changed, 5 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index 686d444..f447d0f 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -7,4 +7,5 @@ Ib Lundgren
Daniel Greenfeld
Caleb Brown
Donald Stufft
-Michael Vogt \ No newline at end of file
+Michael Vogt
+Barry Warsaw
diff --git a/README.rst b/README.rst
index 16fae54..d922b1a 100644
--- a/README.rst
+++ b/README.rst
@@ -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
diff --git a/setup.py b/setup.py
index f9013c0..e7628d5 100755
--- a/setup.py
+++ b/setup.py
@@ -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',