diff options
| author | Ib Lundgren <ib.lundgren@gmail.com> | 2013-07-26 19:12:56 +0100 |
|---|---|---|
| committer | Ib Lundgren <ib.lundgren@gmail.com> | 2013-07-26 19:12:56 +0100 |
| commit | f794cf31971274766378faf140d60e5ec3807286 (patch) | |
| tree | 7f1a6eb419cbd1e9bb368b9f67adfe20b726e8f5 | |
| parent | 2f01d5ba3a1d94904a1eea67db1276922f39c8ec (diff) | |
| download | oauthlib-0.5.1.tar.gz | |
0.5.10.5.1
| -rw-r--r-- | README.rst | 2 | ||||
| -rw-r--r-- | docs/conf.py | 2 | ||||
| -rwxr-xr-x | setup.py | 2 |
3 files changed, 4 insertions, 2 deletions
@@ -90,6 +90,8 @@ Changelog *OAuthLib is in active development, with most of OAuth1 complete and OAuth2 already in the works.* +0.5.1: OAuth 1 provider fix for incorrect token param in nonce validation. + 0.5.0: OAuth 1 provider refactor. OAuth 2 refresh token validation fix. 0.4.2: OAuth 2 draft to RFC. Removed OAuth 2 framework decorators. diff --git a/docs/conf.py b/docs/conf.py index 0f88bfb..3cf3219 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,7 +50,7 @@ copyright = u'2012, Idan Gazit and the Python Community' # The short X.Y version. version = '0.5' # The full version, including alpha/beta/rc tags. -release = '0.5.0' +release = '0.5.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -26,7 +26,7 @@ requires = [] setup( name='oauthlib', - version='0.5.0', + version='0.5.1', description='A generic, spec-compliant, thorough implementation of the OAuth request-signing logic', long_description=fread('README.rst'), author='Idan Gazit', |
