Skip to content

Commit

Permalink
Release 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
oz123 committed Mar 17, 2023
1 parent 72e0147 commit 4d3ff40
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Requirementslib 2.2.4 (2023-03-17)
==================================


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


Requirementslib 2.2.3 (2022-12-26)
==================================

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ install_requires =
requests
setuptools>=40.8
tomlkit>=0.5.3
vistir==0.7.5
vistir==0.8.0

[options.extras_require]
tests =
Expand Down
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.4.dev0"
__version__ = "2.2.4"


logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 4d3ff40

Please sign in to comment.