Skip to content

Commit

Permalink
RLS: v0.6.0 (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf authored Apr 21, 2023
1 parent 2b13ee3 commit 87e0d74
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# CHANGELOG

## v0.5.1 2023-04-21
## v0.6.0 2023-04-21

This is a minor release to improve our packaging infrastructure and to support the latest SQLAlchemy version.
This is a minor release to improve our packaging infrastructure and to support several new versions of dependencies.

### Merged PRs
### Breaking changes

- ‼️ BREAKING: Drop Python 3.7, add Python 3.11, unpin myst-nb in docs [#96](https://github.com/executablebooks/jupyter-cache/pull/96) ([@choldgraf](https://github.com/choldgraf))

### Updated versions

- Update nbclient requirement from <0.6,>=0.2 to >=0.2,<0.8 [#103](https://github.com/executablebooks/jupyter-cache/pull/103) ([@choldgraf](https://github.com/choldgraf))
- UPDATE: SQLAlchemy 2.0 [#93](https://github.com/executablebooks/jupyter-cache/pull/93) ([@jzluo](https://github.com/jzluo), [@choldgraf](https://github.com/choldgraf))
- 🔧 MAINTAIN: setuptools -> flit [#82](https://github.com/executablebooks/jupyter-cache/pull/82) ([@chrisjsewell](https://github.com/chrisjsewell))

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.5.1"
__version__ = "0.6.0"


def get_cache(path, cache_cls=None):
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ rtd = [
"nbdime",
"ipykernel",
"jupytext",
# TODO: MyST-NB pins jupyter-cache, so this may create unresolved environments
# But if we pin to `main` then we cannot build wheels. Need to fix.
"myst-nb",
"sphinx-book-theme",
"sphinx-copybutton",
Expand Down

0 comments on commit 87e0d74

Please sign in to comment.