We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86a07b2 commit 7be44a1Copy full SHA for 7be44a1
CHANGES
@@ -1,3 +1,8 @@
1
+0.11.1
2
+======
3
+
4
+* Fixed version constraint to be <8.0 to improve Sphinx 7 compatibility.
5
6
0.11.0
7
======
8
setup.py
@@ -31,7 +31,7 @@
31
32
setup(
33
name='sphinxcontrib-phpdomain',
34
- version='0.11.0',
+ version='0.11.1',
35
url='https://github.com/markstory/sphinxcontrib-phpdomain',
36
download_url='http://pypi.python.org/pypi/sphinxcontrib-phpdomain',
37
license='BSD',
0 commit comments