Skip to content

Commit

Permalink
Update notebook in preparation for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
posita committed Aug 6, 2024
1 parent c98fb5a commit f981409
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/notebooks/anydyce_intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
" try:\n",
" import anydyce\n",
" except (ImportError, ModuleNotFoundError):\n",
" requirements = [\"anydyce~=0.4.0\"]\n",
" requirements = [\"anydyce~=0.4.5\"]\n",
" try:\n",
" import piplite ; await piplite.install(requirements, keep_going=True)\n",
" # Work around <https://github.com/jupyterlite/jupyterlite/issues/838>\n",
Expand Down
4 changes: 4 additions & 0 deletions docs/notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@

# ``anydyce`` release notes

## [0.4.6](https://github.com/posita/anydyce/releases/tag/v0.4.6)

* TODO

## [0.4.5](https://github.com/posita/anydyce/releases/tag/v0.4.5)

* Stablized Jupyter Lite installation
Expand Down

0 comments on commit f981409

Please sign in to comment.