Skip to content

Commit 9388b6a

Browse files
committed
🚀 RELEASE: v0.4.3
1 parent 92d9dfd commit 9388b6a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 0.4.3 - 2021-07-29
4+
5+
⬆️ Allow SQLAlchemy v1.4
6+
37
## 0.4.2 - 2021-01-17
48

59
🐛 FIX: nbfomat v4.5 cell IDs

Diff for: jupyter_cache/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# NOTE: never import anything here, in order to maintain CLI speed
2-
__version__ = "0.4.2"
2+
__version__ = "0.4.3"
33

44

55
def get_cache(path, cache_cls=None):

0 commit comments

Comments
 (0)