Skip to content

Commit 214e37b

Browse files
authored
🚀 RELEASE: v0.8.2 (jupyter-book#978)
1 parent 879a2d4 commit 214e37b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

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+
313
## v0.8.1 2020-09-09
414

515
### New ✨

jupyter_book/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from .directive.toc import TableofContents, SwapTableOfContents
66

77

8-
__version__ = "0.8.1"
8+
__version__ = "0.8.2"
99

1010

1111
def add_static_files(app, config):

0 commit comments

Comments
 (0)