diff --git a/CHANGELOG.md b/CHANGELOG.md index 00086f2fd8e23a0137e7dfbed2b3379b30e00073..28d07e69cfae009579f986f27817ff91ebecef46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## v0.8.3 2020-10-12 + +This is a relatively minor release with bugfixes and under-the-hood improvements. + +### Bugs fixed + +* 🛠FIX: colab default is now empty [#1026](https://github.com/executablebooks/jupyter-book/pull/1026) ([@choldgraf](https://github.com/choldgraf)) + +## Upgrade EBT dependencies +* ⬆ï¸UPGRADE: sphinx-book-theme v0.0.38 [#1047](https://github.com/executablebooks/jupyter-book/pull/1047) ([@choldgraf](https://github.com/choldgraf)) +* â¬†ï¸ Update sphinx-panels pinning v0.5.2 [#1044](https://github.com/executablebooks/jupyter-book/pull/1044) ([@chrisjsewell](https://github.com/chrisjsewell)) + + ## v0.8.2 2020-09-19 ([full changelog](https://github.com/executablebooks/jupyter-book/compare/v0.8.1...879a2d4133db58a636655e08323cd98609cefcb4)) diff --git a/jupyter_book/__init__.py b/jupyter_book/__init__.py index c1d06e6dbc580ab3d111eb24e3c9c6dfd17be63f..671c76b94dd01f0d273a14e3710bc00adcf9a1ed 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.8.2" +__version__ = "0.8.3" def add_static_files(app, config):