We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b925bae commit ca89f1bCopy full SHA for ca89f1b
CHANGELOG.md
@@ -1,9 +1,12 @@
1
# Changelog
2
3
-## 7.4.0 (2023-XX-XX)
+## 7.4.0 (2023-02-14)
4
5
-- Add mypy configuration
+- Ensure the ID of each Signature element is unique when signing an encrypted assertion
6
- Bump Python to 3.9
7
+- dev: Add mypy configuration and type stubs
8
+- tests: move tox.ini config into pyproject.toml
9
+- docs: Update release instructions
10
11
12
## 7.3.0 (2023-02-14)
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pysaml2"
-version = "7.3.0"
+version = "7.4.0"
description = "Python implementation of SAML Version 2 Standard"
license = "Apache-2.0"
authors = ["IdentityPython <[email protected]>"]
0 commit comments