Skip to content

Commit

Permalink
Release 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Dec 19, 2022
1 parent 2405468 commit 49be166
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.2 (2022-12-19)
==================================


Bug Fixes
---------

- Fix for prior release that was using ``shell=True`` without the proper command, launch subprocess without ``shell=True``. `#353 <https://github.com/sarugaku/requirementslib/issues/353>`_


Requirementslib 2.2.1 (2022-12-06)
==================================

Expand Down
1 change: 0 additions & 1 deletion news/353.bugfix.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.2.dev0"
__version__ = "2.2.2"


logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 49be166

Please sign in to comment.