Skip to content

Commit 809912d

Browse files
committed
Release 1.14.0
1 parent e8b55e8 commit 809912d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# python3-saml changelog
2+
### 1.14.0 (Feb 18, 2022)
3+
- [#297](https://github.com/onelogin/python3-saml/pull/297) Don't require yanked version of lxml.
4+
- [#298](https://github.com/onelogin/python3-saml/pull/298) Add support for python 3.10 and cleanup the GHA.
5+
- [#299](https://github.com/onelogin/python3-saml/pull/299) Remove stats from coveralls removed as they are no longer maintained.
6+
27
### 1.13.0 (Jan 28, 2022)
38
- [#296](https://github.com/onelogin/python3-saml/pull/296) Add rejectDeprecatedAlgorithm settings in order to be able reject messages signed with deprecated algorithms.
49
- Set sha256 and rsa-sha256 as default algorithms

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='python3-saml',
12-
version='1.13.0',
12+
version='1.14.0',
1313
description='Onelogin Python Toolkit. Add SAML support to your Python software using this library',
1414
classifiers=[
1515
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)