Skip to content

Commit 276e66b

Browse files
committed
🚀 RELEASE: v0.2.0
1 parent 87e0fa2 commit 276e66b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ requires-python = ">=3.7"
2020
dependencies = ["sphinx", "pytest"]
2121

2222
[project.urls]
23-
Homepage = "https://github.com/chrisjsewell/sphinx-pytest"
23+
Homepage = "https://github.com/sphinx-extensions2/sphinx-pytest"
2424

2525
[project.entry-points."pytest11"]
2626
sphinx_test = "sphinx_pytest.plugin"

‎src/sphinx_pytest/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Helpful pytest fixtures for sphinx extensions."""
22

3-
__version__ = "0.1.1"
3+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)