Skip to content

Commit

Permalink
Release 2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Apr 29, 2023
1 parent 0f89d5b commit 129c5d3
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.6 (2023-04-28)
==================================


Bug Fixes
---------

- Fix an error when parsing a setup.py file that has a UTF-8 BOM. `#364 <https://github.com/sarugaku/requirementslib/issues/364>`_


Requirementslib 2.2.5 (2023-04-19)
==================================

Expand Down
1 change: 0 additions & 1 deletion news/364.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.3.0"
__version__ = "2.2.6"


logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 129c5d3

Please sign in to comment.