summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIb Lundgren <ib.lundgren@gmail.com>2013-02-05 00:15:49 +0100
committerIb Lundgren <ib.lundgren@gmail.com>2013-02-05 00:15:49 +0100
commitfbf0c0e6669a31b51c42ea0b93af9938192167b6 (patch)
tree109053d0ad255db7317c7d5befc9a41bc75ab02b
parentcf97e3102cf46cdc3bb33c175cdd17b1a86cb63a (diff)
downloadoauthlib-fbf0c0e6669a31b51c42ea0b93af9938192167b6.tar.gz
0.3.60.3.6
-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 9af059f..5b5d998 100644
--- a/README.rst
+++ b/README.rst
@@ -62,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',