Skip to content

Commit 2e799ab

Browse files
committed
Release 2.8.0
1 parent e4d3ba4 commit 2e799ab

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# 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+
28
### 2.7.0 (Sep 11, 2019)
39
* Set true as the default value for strict setting
410

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='python-saml',
12-
version='2.7.0',
12+
version='2.8.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)