Skip to content
Snippets Groups Projects
Commit 980c9976 authored by Chris Holdgraf's avatar Chris Holdgraf
Browse files

:rocket: RELEASE: v0.8.3

parent 5fb0d935
No related branches found
Tags v0.8.3
No related merge requests found
# 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))
......
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment