summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIb Lundgren <ib.lundgren@gmail.com>2012-07-09 21:54:37 +0200
committerIb Lundgren <ib.lundgren@gmail.com>2012-07-09 21:54:37 +0200
commit36e07d9476a67086ec1a8d917cdc703531673440 (patch)
tree4cc03b441532b9b7ae8df7a5c488c85eef24f7c7
parentf001fa1c4b461e22558d15b65b0be54dbfc0ad64 (diff)
downloadoauthlib-0.3.0.tar.gz
0.3.00.3.0
-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 41c24c9..6a4db61 100644
--- a/README.rst
+++ b/README.rst
@@ -35,6 +35,8 @@ Changelog
*OAuthLib is in active development, with most of OAuth1 complete and OAuth2
already in the works.*
+0.3.0: Initial OAuth 2 client support
+
0.2.1: Exclude non urlencoded bodies during request verification
0.2.0: OAuth provider support
diff --git a/setup.py b/setup.py
index f2f7ffb..dad02ec 100755
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ requires = []
setup(
name='oauthlib',
- version='0.2.1',
+ version='0.3.0',
description='A generic, spec-compliant, thorough implementation of the OAuth request-signing logic',
long_description=fread('README.rst'),
author='Idan Gazit',