Skip to content

Commit

Permalink
Release 2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Apr 19, 2023
1 parent 6874bd8 commit 7e807f8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Requirementslib 2.2.5 (2023-04-19)
==================================


Vendored Libraries
------------------

- Update ``WheelCache`` usage to be compatible with ``pip==23.1`` `#363 <https://github.com/sarugaku/requirementslib/issues/363>`_


Requirementslib 2.2.4 (2023-03-17)
==================================

Expand Down
1 change: 0 additions & 1 deletion news/363.vendor.rst

This file was deleted.

2 changes: 1 addition & 1 deletion src/requirementslib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__)
Expand Down

0 comments on commit 7e807f8

Please sign in to comment.