Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
Bump version: 3.2rc1 → 3.2rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
ziima committed Jul 14, 2020
1 parent 80f6ffa commit 40988b5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.2rc1
current_version = 3.2rc2
commit = True
tag = True
tag_name = {new_version}
Expand All @@ -19,4 +19,3 @@ values =
final

[bumpversion:file:openid/__init__.py]

3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Changelog #

## 3.2 ##
* Add support for python 3.8.
* Drop support for python 3.4.
* Fix false positive redirect error in consumer verification.
* Do not percent escape sub delimiters in path in URI normalization. Thanks Colin Watson for report.
* Fix tests and static code checks. Thanks Colin Watson.

## 3.1 ##
* Convert data values for extensions to text.
Expand Down
2 changes: 1 addition & 1 deletion openid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"""
from __future__ import unicode_literals

__version__ = '3.2rc1'
__version__ = '3.2rc2'

__all__ = [
'association',
Expand Down

0 comments on commit 40988b5

Please sign in to comment.