diff --git a/CHANGELOG b/CHANGELOG index 964b20c..a58dece 100755 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +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 @@ -5,7 +10,7 @@ 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 ---------------------------------------------- diff --git a/setup.py b/setup.py index 96d4e0a..041cdde 100644 --- a/setup.py +++ b/setup.py @@ -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", )