Skip to content

Commit 21eea42

Browse files
authored
prep 0.0.34 (#224)
Signed-off-by: William Woodruff <[email protected]>
1 parent 9d23aca commit 21eea42

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
1+
0.0.34
2+
----------------------------------------------
3+
- Test against pip 24.1.x (#213, #216, #218, #220, #222)
4+
- Drop support for Python 3.7 (#223)
5+
16
0.0.33
27
----------------------------------------------
38
- Corrective release for 0.0.32
49

510
0.0.32
611
----------------------------------------------
712
- Handle editable projects with URL-sensitive characters in their paths (#208)
8-
- Test against pip 24.x (#204)
13+
- Test against pip 24.0.x (#204)
914

1015
0.0.31
1116
----------------------------------------------

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
python_requires=">=3.8",
2929
url="http://github.com/di/pip-api",
3030
summary="An unofficial, importable pip API",
31-
version="0.0.33",
31+
version="0.0.34",
3232
)

0 commit comments

Comments
 (0)