Skip to content

Commit d53faea

Browse files
authored
RLS: v0.6.1 (#106)
1 parent dfa1daa commit d53faea

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: CHANGELOG.md

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

3+
## v0.6.1 2023-04-22
4+
5+
A patch release to fix compatibility with sqlalchemy <1.4.
6+
7+
- FIX: compatibility with SQLAlchemy < 1.4.0 [#105](https://github.com/executablebooks/jupyter-cache/pull/105) @DimitriPapadopoulos
8+
39
## v0.6.0 2023-04-21
410

511
This is a minor release to improve our packaging infrastructure and to support several new versions of dependencies.

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.6.0"
2+
__version__ = "0.6.1"
33

44

55
def get_cache(path, cache_cls=None):

0 commit comments

Comments
 (0)