Skip to content

Commit 3837897

Browse files
authored
🚀 RELEASE: v0.0.9 (#29)
1 parent de49657 commit 3837897

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

docs/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,5 @@ use
6464
configure
6565
contribute
6666
examples/rst
67+
changelog
6768
```

sphinx_thebe/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from docutils import nodes
99
from sphinx.util import logging
1010

11-
__version__ = "0.0.8"
11+
__version__ = "0.0.9"
1212

1313
logger = logging.getLogger(__name__)
1414

0 commit comments

Comments
 (0)