Skip to content

Commit d12d883

Browse files
committed
release: v2.0.0
1 parent dce06e8 commit d12d883

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
Changes
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+
1117
Version 1.4.0 (released 2024-01-29)
1218

1319
- app: add configurable gc.freeze() call

invenio_base/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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__",

0 commit comments

Comments
 (0)