We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 504e4f2 commit 516ee49Copy full SHA for 516ee49
CHANGELOG
@@ -1,3 +1,8 @@
1
+0.0.30
2
+----------------------------------------------
3
+- Support editable project location (#148)
4
+- Test against pip 22.1.x
5
+
6
0.0.29
7
----------------------------------------------
8
- Do not treat `--trusted-host` as a requirement (#136)
setup.py
@@ -27,5 +27,5 @@
27
python_requires=">=3.7",
28
url="http://github.com/di/pip-api",
29
summary="An unofficial, importable pip API",
30
- version="0.0.29",
+ version="0.0.30",
31
)
0 commit comments