We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4d3ba4 commit 2e799abCopy full SHA for 2e799ab
2 files changed
changelog.md
@@ -1,4 +1,10 @@
1
# python-saml changelog
2
+### 2.8.0 (NOv 20, 2019)
3
+* [#258](https://github.com/onelogin/python-saml/issues/258) Fix failOnAuthnContextMismatch feature
4
+* [#250](https://github.com/onelogin/python-saml/issues/250) Allow any number of decimal places for seconds on SAML datetimes
5
+* Update demo versions. Improve them and add Tornado demo.
6
+
7
8
### 2.7.0 (Sep 11, 2019)
9
* Set true as the default value for strict setting
10
setup.py
@@ -9,7 +9,7 @@
setup(
11
name='python-saml',
12
- version='2.7.0',
+ version='2.8.0',
13
description='Onelogin Python Toolkit. Add SAML support to your Python software using this library',
14
classifiers=[
15
'Development Status :: 5 - Production/Stable',
0 commit comments