From 767e8ac836f29503943d84d7c79814128617c6bd Mon Sep 17 00:00:00 2001 From: Alex Ioannidis Date: Thu, 31 Oct 2024 14:40:13 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20release:=20v5.1.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.rst | 4 ++++ invenio_accounts/__init__.py | 2 +- .../semantic-ui/invenio_accounts/forgot_password.html | 2 +- .../semantic-ui/invenio_accounts/reset_password.html | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index c82cb00c..2d20d4c5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,10 @@ Changes ======= +Version v5.1.3 (released 2024-10-31) + +- UI: fix spacing on password reset form + Version 5.1.2 (released 2024-09-19) - setup: bump minimum flask-security-invenio dependency diff --git a/invenio_accounts/__init__.py b/invenio_accounts/__init__.py index 1f2decce..01d37809 100644 --- a/invenio_accounts/__init__.py +++ b/invenio_accounts/__init__.py @@ -55,7 +55,7 @@ from .ext import InvenioAccounts, InvenioAccountsREST, InvenioAccountsUI from .proxies import current_accounts -__version__ = "5.1.2" +__version__ = "5.1.3" __all__ = ( "__version__", diff --git a/invenio_accounts/templates/semantic-ui/invenio_accounts/forgot_password.html b/invenio_accounts/templates/semantic-ui/invenio_accounts/forgot_password.html index 88bcd683..5b22381f 100644 --- a/invenio_accounts/templates/semantic-ui/invenio_accounts/forgot_password.html +++ b/invenio_accounts/templates/semantic-ui/invenio_accounts/forgot_password.html @@ -1,7 +1,7 @@ {# -*- coding: utf-8 -*- This file is part of Invenio. - Copyright (C) 2015-2020 CERN. + Copyright (C) 2015-2024 CERN. Invenio is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. diff --git a/invenio_accounts/templates/semantic-ui/invenio_accounts/reset_password.html b/invenio_accounts/templates/semantic-ui/invenio_accounts/reset_password.html index 798c7a3c..60ef0b8c 100644 --- a/invenio_accounts/templates/semantic-ui/invenio_accounts/reset_password.html +++ b/invenio_accounts/templates/semantic-ui/invenio_accounts/reset_password.html @@ -1,7 +1,7 @@ {# -*- coding: utf-8 -*- This file is part of Invenio. - Copyright (C) 2015-2020 CERN. + Copyright (C) 2015-2024 CERN. Invenio is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details.