Skip to content

Commit 516ee49

Browse files
authored
Version 0.0.30
1 parent 504e4f2 commit 516ee49

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.0.30
2+
----------------------------------------------
3+
- Support editable project location (#148)
4+
- Test against pip 22.1.x
5+
16
0.0.29
27
----------------------------------------------
38
- Do not treat `--trusted-host` as a requirement (#136)

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
python_requires=">=3.7",
2828
url="http://github.com/di/pip-api",
2929
summary="An unofficial, importable pip API",
30-
version="0.0.29",
30+
version="0.0.30",
3131
)

0 commit comments

Comments
 (0)