Skip to content

Commit dc10121

Browse files
authored
prep 0.0.32 (#209)
Signed-off-by: William Woodruff <[email protected]>
1 parent 246cf02 commit dc10121

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.32
2+
----------------------------------------------
3+
- Handle editable projects with URL-sensitive characters in their paths (#208)
4+
- Test against pip 24.x (#204)
5+
16
0.0.31
27
----------------------------------------------
38
- Handle editable projects with pyproject.toml (#200)

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
python_requires=">=3.7",
3030
url="http://github.com/di/pip-api",
3131
summary="An unofficial, importable pip API",
32-
version="0.0.31",
32+
version="0.0.32",
3333
)

0 commit comments

Comments
 (0)