diff --git a/CHANGELOG.md b/CHANGELOG.md index f6d73f23deb8aea90184250237ce20c588e75617..f6d4c16c4273de715e457505b0c3fda443452f44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## v0.9.1 2020-12-22 + +This is a minor release to issue `v0.9` to PyPI and updates a broken link that prohibited the `v0.9.0` PyPI release action. + ## v0.9.0 2020-12-09 ([full changelog](https://github.com/executablebooks/jupyter-book/compare/v0.8.3...6c30f554d86fe7d1a0e4ad05012a5de4133117d0)) diff --git a/jupyter_book/__init__.py b/jupyter_book/__init__.py index 0dc82b5af642b636b6146b7c73f5f16b036d087a..95a5d685f4a7a42a50821c44bff41cbc5538ffad 100644 --- a/jupyter_book/__init__.py +++ b/jupyter_book/__init__.py @@ -5,7 +5,7 @@ from .toc import add_toc_to_sphinx, add_toctree from .directive.toc import TableofContents, SwapTableOfContents -__version__ = "0.9.0" +__version__ = "0.9.1" def add_static_files(app, config):