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 7a2f6cf commit 08aada8Copy full SHA for 08aada8
CHANGES.rst
@@ -9,6 +9,11 @@
9
Changes
10
=======
11
12
+Version 2.0.0 (released 2024-12-03)
13
+
14
+- setup: replace invenio-accounts with flask-login
15
+- setup: bump major dependencies
16
17
Version 1.3.1 (released 2024-11-28)
18
19
- setup: pin dependencies
invenio_cache/__init__.py
@@ -78,7 +78,7 @@
78
from .ext import InvenioCache
79
from .proxies import current_cache, current_cache_ext
80
81
-__version__ = "1.3.1"
+__version__ = "2.0.0"
82
83
__all__ = (
84
"__version__",
0 commit comments