Skip to content

Commit

Permalink
Release 1.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
techalchemy committed May 19, 2020
1 parent 4e301bd commit 5aebf79
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
1.5.9 (2020-05-19)
==================

Bug Fixes
---------

- Subdirectory fragments on VCS URLs which also contain ``#egg=`` fragments will now be included correctly in requirements. `#236 <https://github.com/sarugaku/requirementslib/issues/236>`_

- Fixed a regression which caused collisions to occur between valid named requirements and invalid local filesystem paths. `#239 <https://github.com/sarugaku/requirementslib/issues/239>`_

- Fixed a bug in ``setup.py`` parsing in which ``setup.py`` files which passed a dictionary to the ``setup`` function returned metadata that could not be meaningfully processed. `#241 <https://github.com/sarugaku/requirementslib/issues/241>`_


1.5.8 (2020-05-14)
==================

Expand Down
1 change: 0 additions & 1 deletion news/236.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/239.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/241.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 @@ -10,7 +10,7 @@
from .models.pipfile import Pipfile
from .models.requirements import Requirement

__version__ = "1.5.9.dev0"
__version__ = "1.5.9"


logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 5aebf79

Please sign in to comment.