Skip to content

Commit

Permalink
prep 0.0.34 (#224)
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <william@trailofbits.com>
  • Loading branch information
woodruffw committed Jul 9, 2024
1 parent 9d23aca commit 21eea42
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
0.0.34
----------------------------------------------
- Test against pip 24.1.x (#213, #216, #218, #220, #222)
- Drop support for Python 3.7 (#223)

0.0.33
----------------------------------------------
- Corrective release for 0.0.32

0.0.32
----------------------------------------------
- Handle editable projects with URL-sensitive characters in their paths (#208)
- Test against pip 24.x (#204)
- Test against pip 24.0.x (#204)

0.0.31
----------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
python_requires=">=3.8",
url="http://github.com/di/pip-api",
summary="An unofficial, importable pip API",
version="0.0.33",
version="0.0.34",
)

0 comments on commit 21eea42

Please sign in to comment.