summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2023-02-24 11:30:02 +0100
committerIvan Kanakarakis <ivan.kanak@gmail.com>2023-02-24 11:30:02 +0100
commit06119c0a904f33ca0f25f4ae2652a307a448c4e0 (patch)
tree238f83c17788dd76a568fe759a48737b211b510f
parent6ba7a8d459b8aca94062805f93a68b361f69ccfa (diff)
downloadpysaml2-7.3-backport.tar.gz
Release 7.3.1v7.3.17.3-backport
Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
-rw-r--r--CHANGELOG.md5
-rw-r--r--pyproject.toml2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0aa41dbd..e34ce2fa 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 e7d66b9a..1a76df7b 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 <discuss@idpy.org>"]