summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIb Lundgren <ib.lundgren@gmail.com>2012-11-08 23:58:56 +0100
committerIb Lundgren <ib.lundgren@gmail.com>2012-11-08 23:58:56 +0100
commitee45e51bf48347f102d51cf3256cd6a2f2db9525 (patch)
treee10081c6afc49c60009079b71170f4a8b72f4c2b
parentd99ee9a8bcb8abf95a74c2fc39f78e072f43dd48 (diff)
downloadoauthlib-0.3.3.tar.gz
0.3.30.3.3
-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 d922b1a..c9d7101 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.3: OAuth 1 Provider verify now return useful params
+
0.3.2: Fixed #62, all Python 3 tests pass.
0.3.1: Python 3.1, 3.2, 3.3 support (experimental)
diff --git a/setup.py b/setup.py
index e7628d5..1c803f0 100755
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@ requires = []
setup(
name='oauthlib',
- version='0.3.2',
+ version='0.3.3',
description='A generic, spec-compliant, thorough implementation of the OAuth request-signing logic',
long_description=fread('README.rst'),
author='Idan Gazit',