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 92d9dfd commit 9388b6aCopy full SHA for 9388b6a
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 0.4.3 - 2021-07-29
4
+
5
+⬆️ Allow SQLAlchemy v1.4
6
7
## 0.4.2 - 2021-01-17
8
9
🐛 FIX: nbfomat v4.5 cell IDs
jupyter_cache/__init__.py
@@ -1,5 +1,5 @@
# NOTE: never import anything here, in order to maintain CLI speed
-__version__ = "0.4.2"
+__version__ = "0.4.3"
def get_cache(path, cache_cls=None):
0 commit comments