Skip to content

Commit 2e5690a

Browse files
authored
Merge pull request #54 from melissawm/prepare-0.2.1
Prepare for 0.2.1 release
2 parents 7db5abe + 85083b4 commit 2e5690a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@
1515
- Added optional integration with sphinx-design badges [gh-35](https://github.com/melissawm/sphinx-tags/pull/35)
1616
- Added support for symlinked sources [gh-37](https://github.com/melissawm/sphinx-tags/pull/37)
1717
- Documentation improvements [gh-41](https://github.com/melissawm/sphinx-tags/pull/41)
18+
19+
## Version 0.2.1 (June 28, 2023)
20+
21+
- Added support for tagging Jupyter Notebooks using `nbsphinx` [gh-51](https://github.com/melissawm/sphinx-tags/pull/51)

src/sphinx_tags/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from sphinx.util.docutils import SphinxDirective
1212
from sphinx.util.logging import getLogger
1313

14-
__version__ = "0.2.1dev"
14+
__version__ = "0.2.1"
1515

1616
logger = getLogger("sphinx-tags")
1717

0 commit comments

Comments
 (0)