Skip to content

Commit

Permalink
RLS: v0.6.1 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf committed Apr 22, 2023
1 parent dfa1daa commit d53faea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## v0.6.1 2023-04-22

A patch release to fix compatibility with sqlalchemy <1.4.

- FIX: compatibility with SQLAlchemy < 1.4.0 [#105](https://github.com/executablebooks/jupyter-cache/pull/105) @DimitriPapadopoulos

## v0.6.0 2023-04-21

This is a minor release to improve our packaging infrastructure and to support several new versions of dependencies.
Expand Down
2 changes: 1 addition & 1 deletion jupyter_cache/__init__.py
Original file line number Diff line number Diff line change
@@ -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):
Expand Down

0 comments on commit d53faea

Please sign in to comment.