Skip to content

Commit b212e8e

Browse files
committed
Release 2.13.0
1 parent 6663bef commit b212e8e

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
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.13.0 (Oct 9, 2023)
3+
- Improve get_metadata method from Parser, allowing to set timeouts and headers
4+
- Fix expired payloads used on tests
5+
- Updated content from docs folder
6+
- Remove references of OneLogin as maintainer
7+
28
### 2.12.0 (Dec 28, 2022)
39
- Remove version restriction on lxml dependency
410
- Update Demo Bottle

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-saml"
3-
version = "2.12.0"
3+
version = "2.13.0"
44
description = "Saml Python Toolkit. Add SAML support to your Python software using this library"
55
license = "Apache-2.0"
66
authors = ["SAML-Toolkits <[email protected]>"]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='python-saml',
11-
version='2.12.0',
11+
version='2.13.0',
1212
description='Saml Python Toolkit. Add SAML support to your Python software using this library',
1313
classifiers=[
1414
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)