Skip to content

Commit

Permalink
Merge pull request #54 from melissawm/prepare-0.2.1
Browse files Browse the repository at this point in the history
Prepare for 0.2.1 release
  • Loading branch information
melissawm authored Jun 28, 2023
2 parents 7db5abe + 85083b4 commit 2e5690a
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
Expand Up @@ -15,3 +15,7 @@
- Added optional integration with sphinx-design badges [gh-35](https://github.com/melissawm/sphinx-tags/pull/35)
- Added support for symlinked sources [gh-37](https://github.com/melissawm/sphinx-tags/pull/37)
- Documentation improvements [gh-41](https://github.com/melissawm/sphinx-tags/pull/41)

## Version 0.2.1 (June 28, 2023)

- Added support for tagging Jupyter Notebooks using `nbsphinx` [gh-51](https://github.com/melissawm/sphinx-tags/pull/51)
2 changes: 1 addition & 1 deletion src/sphinx_tags/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from sphinx.util.docutils import SphinxDirective
from sphinx.util.logging import getLogger

__version__ = "0.2.1dev"
__version__ = "0.2.1"

logger = getLogger("sphinx-tags")

Expand Down

0 comments on commit 2e5690a

Please sign in to comment.