File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 88Changes
99=======
1010
11+ Version 2.0.0 (released 2024-11-19)
12+
13+ - setup: set flask,werkzeug min version
14+ - jws: move functionality from itsdangerous
15+ - setup: remove upper pins
16+
1117Version 1.4.0 (released 2024-01-29)
1218
1319- app: add configurable gc.freeze() call
Original file line number Diff line number Diff line change 22#
33# This file is part of Invenio.
44# Copyright (C) 2015-2024 CERN.
5+ # Copyright (C) 2024 Graz University of Technology.
56#
67# Invenio is free software; you can redistribute it and/or modify it
78# under the terms of the MIT License; see LICENSE file for more details.
@@ -255,7 +256,7 @@ def index():
255256
256257 security .safe_str_cmp = hmac .compare_digest
257258
258- __version__ = "1.4 .0"
259+ __version__ = "2.0 .0"
259260
260261__all__ = (
261262 "__version__" ,
You can’t perform that action at this time.
0 commit comments