Skip to content

Commit 92b07cc

Browse files
committed
release: 1.3.0
1 parent 06252c5 commit 92b07cc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
Changes
99
=======
1010

11+
Version 1.3.0 (released 2023-06-23)
12+
13+
- Adds finalize_app_entry_points to overcome ``before_(app_)_first_request``
14+
deprecation in Flask>=2.3.0
15+
1116
Version 1.2.15 (released 2023-05-02)
1217

1318
- Pins Werkzeug<2.3.0 due to removed deprecations (for example ``Authoriation`` headers

invenio_base/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ def index():
255255

256256
security.safe_str_cmp = hmac.compare_digest
257257

258-
__version__ = "1.2.15"
258+
__version__ = "1.3.0"
259259

260260
__all__ = (
261261
"__version__",

0 commit comments

Comments
 (0)