We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87e0fa2 commit 276e66bCopy full SHA for 276e66b
‎pyproject.toml
@@ -20,7 +20,7 @@ requires-python = ">=3.7"
20
dependencies = ["sphinx", "pytest"]
21
22
[project.urls]
23
-Homepage = "https://github.com/chrisjsewell/sphinx-pytest"
+Homepage = "https://github.com/sphinx-extensions2/sphinx-pytest"
24
25
[project.entry-points."pytest11"]
26
sphinx_test = "sphinx_pytest.plugin"
‎src/sphinx_pytest/__init__.py
@@ -1,3 +1,3 @@
1
"""Helpful pytest fixtures for sphinx extensions."""
2
3
-__version__ = "0.1.1"
+__version__ = "0.2.0"
0 commit comments