Skip to content

Commit c660f6f

Browse files
committed
Release 1.9.0
1 parent 4e5eb13 commit c660f6f

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

changelog.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# python3-saml changelog
2-
### 1.8.1 (unreleased)
3-
* Do not touch message when validate his signature
2+
### 1.9.0 (Nov 20, 2019)
3+
* Allow any number of decimal places for seconds on SAML datetimes
4+
* Fix failOnAuthnContextMismatch code
5+
* Improve signature validation when no reference uri
6+
* Update demo versions. Improve them and add Tornado demo.
47

58
### 1.8.0 (Sep 11, 2019)
69
* Set true as the default value for strict setting

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.8.0',
12+
version='1.9.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)