Skip to content

Commit

Permalink
version 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcountryman committed Nov 5, 2015
1 parent 17a251d commit a6d887d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ Rauth Changelog

This provides a list of changes to rauth by release.

Changes in Version 0.7.2
------------------------
* Fixed encoding of tilde bug in urlencode #186
* Fixed overriding of Content-Type #166
* Allow optional query parameters #175

Changes in Version 0.7.1
------------------------
* Fixed Requests token saving in headers #137
Expand Down
2 changes: 1 addition & 1 deletion rauth/__about__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = 'rauth'
__version_info__ = ('0', '7', '1')
__version_info__ = ('0', '7', '2')
__version__ = '.'.join(__version_info__)
__author__ = 'Max Countryman'
__license__ = 'MIT'
Expand Down

0 comments on commit a6d887d

Please sign in to comment.