Skip to content

Commit 6f04918

Browse files
committed
Release 1.2.5
1 parent edff1e4 commit 6f04918

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# python3-saml changelog
2+
### 1.2.5 (Jun 2, 2017)
3+
* Fix issue related with multicers (multicerts were not used on response view)
24
### 1.2.4 (May 18, 2017)
35
* Publish KeyDescriptor[use=encryption] only when required
46
* [#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

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