From ca89f1bf047e4e455275401a942e919f4e0ee161 Mon Sep 17 00:00:00 2001 From: Ivan Kanakarakis Date: Tue, 14 Feb 2023 20:33:20 +0200 Subject: Release version 7.4.0 Signed-off-by: Ivan Kanakarakis --- CHANGELOG.md | 7 +++++-- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfe114b7..16abcfdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,12 @@ # Changelog -## 7.4.0 (2023-XX-XX) +## 7.4.0 (2023-02-14) -- Add mypy configuration +- Ensure the ID of each Signature element is unique when signing an encrypted assertion - Bump Python to 3.9 +- dev: Add mypy configuration and type stubs +- tests: move tox.ini config into pyproject.toml +- docs: Update release instructions ## 7.3.0 (2023-02-14) diff --git a/pyproject.toml b/pyproject.toml index c22a3d44..27c19d88 100644 --- a/pyproject.toml +++ b/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 "] -- cgit v1.2.1