summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',