summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIb Lundgren <ib.lundgren@gmail.com>2013-02-05 00:17:51 +0100
committerIb Lundgren <ib.lundgren@gmail.com>2013-02-05 00:17:51 +0100
commit8cfd533955b17ced400739018d375dacb4e1b9e3 (patch)
treec7a257ce0927a3621daceff71b7112841d7b6929
parent457212b12a441d9b117d7ac8543869caeb5fd186 (diff)
downloadoauthlib-8cfd533955b17ced400739018d375dacb4e1b9e3.tar.gz
0.3.6
-rw-r--r--README.rst5
-rwxr-xr-xsetup.py2
2 files changed, 4 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 8f0e1b1..5b5d998 100644
--- a/README.rst
+++ b/README.rst
@@ -4,8 +4,7 @@ OAuthLib
*A generic, spec-compliant, thorough implementation of the OAuth request-signing
logic.*
-.. image:: https://api.travis-ci.org/idan/oauthlib.png?branch=master
- :target: https://travis-ci.org/idan/oauthlib
+.. image:: https://secure.travis-ci.org/idangazit/oauthlib.png?branch=master
OAuth often seems complicated and difficult-to-implement. There are several
prominent libraries for signing OAuth requests, but they all suffer from one or
@@ -63,6 +62,8 @@ Changelog
*OAuthLib is in active development, with most of OAuth1 complete and OAuth2
already in the works.*
+0.3.6: Revert default urlencoding.
+
0.3.5: Default unicode conversion (utf-8) and urlencoding of input.
0.3.4: A number of small features and bug fixes.
diff --git a/setup.py b/setup.py
index 21b6e17..cf6a9d4 100755
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@ requires = []
setup(
name='oauthlib',
- version='0.3.5',
+ version='0.3.6',
description='A generic, spec-compliant, thorough implementation of the OAuth request-signing logic',
long_description=fread('README.rst'),
author='Idan Gazit',