Skip to content

Commit 25c4482

Browse files
authored
πŸš€ Release v0.4.2 (#19)
1 parent 9b79ec0 commit 25c4482

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

β€Žsrc/sphinx_tippy.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
except ImportError:
2727
from sphinx.util import status_iterator
2828

29-
__version__ = "0.4.1"
29+
__version__ = "0.4.2"
3030

3131

3232
def setup(app: Sphinx):

β€Žtox.iniβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ commands = pytest {posargs}
1212
[testenv:docs]
1313
extras =
1414
docs
15+
passenv = TERM
1516
whitelist_externals =
1617
rm
1718
echo

0 commit comments

Comments
Β (0)