We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de49657 commit 3837897Copy full SHA for 3837897
docs/changelog.md
@@ -0,0 +1,7 @@
1
+# Changelog
2
+
3
+## v0.0.9 - 2021-08-21
4
5
+### Updates
6
7
+- `sphinx-thebe` now uses the correct and latest version of thebe, since it has been renamed from `thebelab` to `thebe`.
docs/index.md
@@ -64,4 +64,5 @@ use
64
configure
65
contribute
66
examples/rst
67
+changelog
68
```
sphinx_thebe/__init__.py
@@ -8,7 +8,7 @@
8
from docutils import nodes
9
from sphinx.util import logging
10
11
-__version__ = "0.0.8"
+__version__ = "0.0.9"
12
13
logger = logging.getLogger(__name__)
14
0 commit comments