From 214e37b69caea2c62ff3156b38b6ca547b24dba1 Mon Sep 17 00:00:00 2001 From: Chris Holdgraf <choldgraf@berkeley.edu> Date: Sat, 19 Sep 2020 10:04:25 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20RELEASE:=20v0.8.2=20(#978)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ jupyter_book/__init__.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 305c5a41..00086f2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## v0.8.2 2020-09-19 + +([full changelog](https://github.com/executablebooks/jupyter-book/compare/v0.8.1...879a2d4133db58a636655e08323cd98609cefcb4)) + +### Improved + +`sphinx-panels` version bump to v0.5, which adds several new content blocks +including `{tabbed}` content. [#972](https://github.com/executablebooks/jupyter-book/pull/972) + + ## v0.8.1 2020-09-09 ### New ✨ diff --git a/jupyter_book/__init__.py b/jupyter_book/__init__.py index 155f9767..c1d06e6d 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.1" +__version__ = "0.8.2" def add_static_files(app, config): -- GitLab