We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6874bd8 commit 7e807f8Copy full SHA for 7e807f8
CHANGELOG.rst
@@ -1,3 +1,13 @@
1
+Requirementslib 2.2.5 (2023-04-19)
2
+==================================
3
+
4
5
+Vendored Libraries
6
+------------------
7
8
+- Update ``WheelCache`` usage to be compatible with ``pip==23.1`` `#363 <https://github.com/sarugaku/requirementslib/issues/363>`_
9
10
11
Requirementslib 2.2.4 (2023-03-17)
12
==================================
13
news/363.vendor.rst
src/requirementslib/__init__.py
@@ -5,7 +5,7 @@
from .models.pipfile import Pipfile
from .models.requirements import Requirement
-__version__ = "2.2.5.dev0"
+__version__ = "2.2.5"
logger = logging.getLogger(__name__)
0 commit comments