Skip to content

Commit

Permalink
RLS: v0.2.1 (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf authored Jan 27, 2023
1 parent 2083451 commit f6dc068
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.2.1 - 2023-01-27

- FIX: Add name to the kernelOptions [#60](https://github.com/executablebooks/sphinx-thebe/pull/60) (@joergbrech)

## v0.2.0 - 2023-01-05

Minor improvements to support up to Sphinx 6. See https://github.com/executablebooks/sphinx-thebe/pull/57 for more details.
Expand Down
2 changes: 1 addition & 1 deletion sphinx_thebe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from docutils import nodes
from sphinx.util import logging

__version__ = "0.2.0"
__version__ = "0.2.1"

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit f6dc068

Please sign in to comment.