Skip to content

Commit

Permalink
Release 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pitbulk committed Oct 9, 2023
1 parent 6663bef commit b212e8e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions changelog.md
@@ -1,4 +1,10 @@
# python-saml changelog
### 2.13.0 (Oct 9, 2023)
- Improve get_metadata method from Parser, allowing to set timeouts and headers
- Fix expired payloads used on tests
- Updated content from docs folder
- Remove references of OneLogin as maintainer

### 2.12.0 (Dec 28, 2022)
- Remove version restriction on lxml dependency
- Update Demo Bottle
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "python-saml"
version = "2.12.0"
version = "2.13.0"
description = "Saml Python Toolkit. Add SAML support to your Python software using this library"
license = "Apache-2.0"
authors = ["SAML-Toolkits <contact@iamdigitalservices.com>"]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -8,7 +8,7 @@

setup(
name='python-saml',
version='2.12.0',
version='2.13.0',
description='Saml Python Toolkit. Add SAML support to your Python software using this library',
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit b212e8e

Please sign in to comment.