Skip to content

Commit

Permalink
Updated changelog and bumped version to 1.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
thedrow committed Aug 10, 2015
1 parent 1b0de72 commit db40f99
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

1.0.2 (2015-08-10)
------------------
* (Fix) Allow client secret to be null for public applications that do not mandate it's specification in the query parameters.
* (Fix) Encode request body before hashing in order to prevent encoding errors in Python 3.

1.0.1 (2015-07-27)
------------------
* (Fix) Added token_type_hint to the list of default Request parameters.
Expand Down
2 changes: 1 addition & 1 deletion oauthlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"""

__author__ = 'Idan Gazit <idan@gazit.me>'
__version__ = '1.0.1'
__version__ = '1.0.2'


import logging
Expand Down

0 comments on commit db40f99

Please sign in to comment.