File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
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
+
2
8
### 2.7.0 (Sep 11, 2019)
3
9
* Set true as the default value for strict setting
4
10
Original file line number Diff line number Diff line change 9
9
10
10
setup (
11
11
name = 'python-saml' ,
12
- version = '2.7 .0' ,
12
+ version = '2.8 .0' ,
13
13
description = 'Onelogin Python Toolkit. Add SAML support to your Python software using this library' ,
14
14
classifiers = [
15
15
'Development Status :: 5 - Production/Stable' ,
You can’t perform that action at this time.
0 commit comments