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

Commit cbea695

Browse files
committed
version 0.7.1
1 parent 2d56c56 commit cbea695

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.1
7+
------------------------
8+
* Fixed Requests token saving in headers #137
9+
* Fixed character encoding; all percent-encoded #165
10+
* Added PLAINTEXT signature support #147
11+
612
Changes in Version 0.7.0
713
------------------------
814
* Made OAuth1 nonces more secure via SystemRandom

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', '0')
2+
__version_info__ = ('0', '7', '1')
33
__version__ = '.'.join(__version_info__)
44
__author__ = 'Max Countryman'
55
__license__ = 'MIT'

0 commit comments

Comments
 (0)