We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 879a2d4 commit 214e37bCopy full SHA for 214e37b
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Change Log
2
3
+## v0.8.2 2020-09-19
4
+
5
+([full changelog](https://github.com/executablebooks/jupyter-book/compare/v0.8.1...879a2d4133db58a636655e08323cd98609cefcb4))
6
7
+### Improved
8
9
+`sphinx-panels` version bump to v0.5, which adds several new content blocks
10
+including `{tabbed}` content. [#972](https://github.com/executablebooks/jupyter-book/pull/972)
11
12
13
## v0.8.1 2020-09-09
14
15
### New ✨
jupyter_book/__init__.py
@@ -5,7 +5,7 @@
from .directive.toc import TableofContents, SwapTableOfContents
-__version__ = "0.8.1"
+__version__ = "0.8.2"
def add_static_files(app, config):
0 commit comments