We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06252c5 commit 92b07ccCopy full SHA for 92b07cc
CHANGES.rst
@@ -8,6 +8,11 @@
8
Changes
9
=======
10
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
16
Version 1.2.15 (released 2023-05-02)
17
18
- Pins Werkzeug<2.3.0 due to removed deprecations (for example ``Authoriation`` headers
invenio_base/__init__.py
@@ -255,7 +255,7 @@ def index():
255
256
security.safe_str_cmp = hmac.compare_digest
257
258
-__version__ = "1.2.15"
+__version__ = "1.3.0"
259
260
__all__ = (
261
"__version__",
0 commit comments