We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfa1daa commit d53faeaCopy full SHA for d53faea
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGELOG
2
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
9
## v0.6.0 2023-04-21
10
11
This is a minor release to improve our packaging infrastructure and to support several new versions of dependencies.
jupyter_cache/__init__.py
@@ -1,5 +1,5 @@
# NOTE: never import anything here, in order to maintain CLI speed
-__version__ = "0.6.0"
+__version__ = "0.6.1"
def get_cache(path, cache_cls=None):
0 commit comments