Skip to content

Commit

Permalink
RLS: v0.1.1 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf authored Feb 6, 2022
1 parent ff1fd4b commit d020949
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v0.1.1 - 2022-02-06

A minor feature addition release to add default CSS selectors for MyST-NB cells.

([full changelog](https://github.com/executablebooks/sphinx-thebe/compare/v0.1.0...ff1fd4b40615c32e6c9d0a60b98434cc1fe2f084))

- ENH: Add defaults for MyST-NB [#48](https://github.com/executablebooks/sphinx-thebe/pull/48) ([@choldgraf](https://github.com/choldgraf))


## v0.1.0 - 2022-02-05

([full changelog](https://github.com/executablebooks/sphinx-thebe/compare/v0.0.10...4d1a60c5126ce633b1a36de43b4990b2f4d08730))
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.1.0"
__version__ = "0.1.1"

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit d020949

Please sign in to comment.