Skip to content

Commit

Permalink
Prepare 1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tpazderka committed Jul 9, 2021
1 parent 147bff9 commit bd510e4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ The format is based on the [KeepAChangeLog] project.

## Unreleased

## 1.3.0 [2021-07-09]

### Changed
- [#763] Drop python 3.5 support

Expand All @@ -20,6 +22,11 @@ The format is based on the [KeepAChangeLog] project.
[#763]: https://github.com/OpenIDC/pyoidc/pull/763/
[#790]: https://github.com/OpenIDC/pyoidc/pull/790

## 1.2.1 [2020-12-01]

### Fixed
- Fixed several client vulnerabilities (CVE-2020-26244)

## 1.2.0 [2020-02-05]

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion src/oic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
)

__author__ = "Roland Hedberg"
__version__ = "1.2.0"
__version__ = "1.3.0"


OIDCONF_PATTERN = "%s/.well-known/openid-configuration"
Expand Down

0 comments on commit bd510e4

Please sign in to comment.