Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Commit a6d887d

Browse files
committed
version 0.7.2
1 parent 17a251d commit a6d887d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ Rauth Changelog
33

44
This provides a list of changes to rauth by release.
55

6+
Changes in Version 0.7.2
7+
------------------------
8+
* Fixed encoding of tilde bug in urlencode #186
9+
* Fixed overriding of Content-Type #166
10+
* Allow optional query parameters #175
11+
612
Changes in Version 0.7.1
713
------------------------
814
* Fixed Requests token saving in headers #137

rauth/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__title__ = 'rauth'
2-
__version_info__ = ('0', '7', '1')
2+
__version_info__ = ('0', '7', '2')
33
__version__ = '.'.join(__version_info__)
44
__author__ = 'Max Countryman'
55
__license__ = 'MIT'

0 commit comments

Comments
 (0)