Skip to content

Commit 417a61a

Browse files
committed
release: v1.2.15
1 parent f0c09b0 commit 417a61a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGES.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
..
22
This file is part of Invenio.
3-
Copyright (C) 2015-2018 CERN.
3+
Copyright (C) 2015-2023 CERN.
44
55
Invenio is free software; you can redistribute it and/or modify it
66
under the terms of the MIT License; see LICENSE file for more details.
77

88
Changes
99
=======
1010

11+
Version 1.2.15 (released 2023-05-02)
12+
13+
- Pins Werkzeug<2.3.0 due to removed deprecations (for example ``Authoriation`` headers
14+
parsing issues).
15+
1116
Version 1.2.14 (released 2023-04-26)
1217

1318
- Pins Flask<2.3.0 due to removed deprecations (for example

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.14"
258+
__version__ = "1.2.15"
259259

260260
__all__ = (
261261
"__version__",

0 commit comments

Comments
 (0)