Skip to content

Commit

Permalink
馃殌 RELEASE: v0.0.9 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf committed Aug 21, 2021
1 parent de49657 commit 3837897
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

## v0.0.9 - 2021-08-21

### Updates

- `sphinx-thebe` now uses the correct and latest version of thebe, since it has been renamed from `thebelab` to `thebe`.
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,5 @@ use
configure
contribute
examples/rst
changelog
```
2 changes: 1 addition & 1 deletion sphinx_thebe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from docutils import nodes
from sphinx.util import logging

__version__ = "0.0.8"
__version__ = "0.0.9"

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 3837897

Please sign in to comment.