From 06119c0a904f33ca0f25f4ae2652a307a448c4e0 Mon Sep 17 00:00:00 2001 From: Ivan Kanakarakis Date: Fri, 24 Feb 2023 11:30:02 +0100 Subject: [PATCH] Release 7.3.1 Signed-off-by: Ivan Kanakarakis --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0aa41dbde..e34ce2fab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 7.3.1 (2023-02-24) + +- Fix subject-id requirements processing + + ## 7.3.0 (2023-02-14) - During metadata generation, render extensions both for EntityDescriptor and IdPSSODescriptor diff --git a/pyproject.toml b/pyproject.toml index e7d66b9a4..1a76df7b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pysaml2" -version = "7.3.0" +version = "7.3.1" description = "Python implementation of SAML Version 2 Standard" license = "Apache-2.0" authors = ["IdentityPython "]