File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# 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
+
2
8
### 2.12.0 (Dec 28, 2022)
3
9
- Remove version restriction on lxml dependency
4
10
- Update Demo Bottle
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " python-saml"
3
- version = " 2.12 .0"
3
+ version = " 2.13 .0"
4
4
description = " Saml Python Toolkit. Add SAML support to your Python software using this library"
5
5
license = " Apache-2.0"
6
6
authors = [
" SAML-Toolkits <[email protected] >" ]
Original file line number Diff line number Diff line change 8
8
9
9
setup (
10
10
name = 'python-saml' ,
11
- version = '2.12 .0' ,
11
+ version = '2.13 .0' ,
12
12
description = 'Saml Python Toolkit. Add SAML support to your Python software using this library' ,
13
13
classifiers = [
14
14
'Development Status :: 5 - Production/Stable' ,
You can’t perform that action at this time.
0 commit comments