Skip to content

Commit

Permalink
release: v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Dec 3, 2024
1 parent 7a13252 commit 452b567
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
Changes
=======

Version 1.5.1 (release 2024-12-03)

- setup: change to reusable workflows
- setup: pin dependencies
- config: updated rate limit for password
- security: added default rate limits for endpoints

Version 1.5.0 (released 2023-03-04)

- Bumps Flask-Limiter to v2.x, to support Python 3.12.
Expand Down
3 changes: 2 additions & 1 deletion invenio_app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#
# This file is part of Invenio.
# Copyright (C) 2017-2018 CERN.
# Copyright (C) 2024 Graz University of Technology.
#
# 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.
Expand Down Expand Up @@ -169,7 +170,7 @@

from .ext import InvenioApp

__version__ = "1.5.0"
__version__ = "1.5.1"

__all__ = (
"__version__",
Expand Down

0 comments on commit 452b567

Please sign in to comment.