From 84e21f5afedd26a8e132e49efa844e69d54bf27d Mon Sep 17 00:00:00 2001 From: Sam Arbid Date: Wed, 19 Aug 2026 10:05:04 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20release:=20v4.2.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES | 6 ++++++ flask_security/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 2225fd57..28d5d215 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,12 @@ Flask-Security-Invenio Changelog Here you can see the full list of changes between each Flask-Security-Invenio release. +Version v4.2.5 +-------------- + +released August 19th 2026 + +- i18n: pulled translations Version v4.2.4 -------------- diff --git a/flask_security/__init__.py b/flask_security/__init__.py index 00e9b12e..5e5c334c 100644 --- a/flask_security/__init__.py +++ b/flask_security/__init__.py @@ -58,7 +58,7 @@ url_for_security, ) -__version__ = "4.2.4" +__version__ = "4.2.5" __all__ = ( "AnonymousUser", "auth_required",