Skip to content

Commit ca89f1b

Browse files
committed
Release version 7.4.0
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent b925bae commit ca89f1b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# Changelog
22

3-
## 7.4.0 (2023-XX-XX)
3+
## 7.4.0 (2023-02-14)
44

5-
- Add mypy configuration
5+
- Ensure the ID of each Signature element is unique when signing an encrypted assertion
66
- 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
710

811

912
## 7.3.0 (2023-02-14)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pysaml2"
3-
version = "7.3.0"
3+
version = "7.4.0"
44
description = "Python implementation of SAML Version 2 Standard"
55
license = "Apache-2.0"
66
authors = ["IdentityPython <[email protected]>"]

0 commit comments

Comments
 (0)