We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edff1e4 commit 6f04918Copy full SHA for 6f04918
changelog.md
@@ -1,4 +1,6 @@
1
# python3-saml changelog
2
+### 1.2.5 (Jun 2, 2017)
3
+* Fix issue related with multicers (multicerts were not used on response view)
4
### 1.2.4 (May 18, 2017)
5
* Publish KeyDescriptor[use=encryption] only when required
6
* [#57](https://github.com/onelogin/python3-saml/pull/57) Be able to register future SP x509cert on the settings and publish it on SP metadata
setup.py
@@ -9,7 +9,7 @@
9
10
setup(
11
name='python3-saml',
12
- version='1.2.4',
+ version='1.2.5',
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