File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 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
88Changes
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+
1116Version 1.2.14 (released 2023-04-26)
1217
1318- Pins Flask<2.3.0 due to removed deprecations (for example
Original file line number Diff line number Diff 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__" ,
You can’t perform that action at this time.
0 commit comments