Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Aug 29, 2022
1 parent fa7f572 commit 590a538
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 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.0.1 (2022-08-29)
==================================


Bug Fixes
---------

- Fix bug with local file installs that are not marked ``editable = "true"`` getting an unexpected ``#egg`` fragment. `#342 <https://github.com/sarugaku/requirementslib/issues/342>`_


Requirementslib 2.0.0 (2022-08-24)
==================================

Expand Down
1 change: 0 additions & 1 deletion news/342.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.0.1.dev0"
__version__ = "2.0.1"


logger = logging.getLogger(__name__)
Expand Down
4 changes: 2 additions & 2 deletions tasks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ def _render_log():
False, # Don't add newlines to wrapped text.
{
"name": "requirementslib",
"version": "2.0.0",
"date": "2022-8-24",
"version": "2.0.1",
"date": "2022-8-29",
}, # towncrier==19.9.0
)
return rendered
Expand Down

0 comments on commit 590a538

Please sign in to comment.