From b212e8edbf02a62bfaf3bd017d65473c040d848c Mon Sep 17 00:00:00 2001 From: Sixto Martin Date: Mon, 9 Oct 2023 13:14:43 +0200 Subject: [PATCH] Release 2.13.0 --- changelog.md | 6 ++++++ pyproject.toml | 2 +- setup.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index c5500e9..f9e9ffd 100644 --- a/changelog.md +++ b/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 diff --git a/pyproject.toml b/pyproject.toml index 17e91a4..ea39753 100644 --- a/pyproject.toml +++ b/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 "] diff --git a/setup.py b/setup.py index 1498712..c63e35e 100644 --- a/setup.py +++ b/setup.py @@ -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',