Skip to content

Commit

Permalink
🚀 Release v0.4.2 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell authored Apr 22, 2024
1 parent 9b79ec0 commit 25c4482
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/sphinx_tippy.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
except ImportError:
from sphinx.util import status_iterator

__version__ = "0.4.1"
__version__ = "0.4.2"


def setup(app: Sphinx):
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ commands = pytest {posargs}
[testenv:docs]
extras =
docs
passenv = TERM
whitelist_externals =
rm
echo
Expand Down

0 comments on commit 25c4482

Please sign in to comment.