Skip to content

Commit

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

Bug Fixes
---------

- Fix an issue where the list of not-supported python versions in a marker was being truncated. `#228 <https://github.com/sarugaku/requirementslib/issues/228>`_

- Fixed a bug which prevented the use of ``wheel_cache`` instances from ``pip`` due to deprecated invocation. `#230 <https://github.com/sarugaku/requirementslib/issues/230>`_

- ``Requirementslib`` will now ensure that ``PEP508`` style direct URL lines are preserved as being direct URL references when converting to and from ``Requirementslib.requirement`` instances. `#232 <https://github.com/sarugaku/requirementslib/issues/232>`_

- Fix a bug that ``1.x`` specifiers can't be parsed correctly. `#234 <https://github.com/sarugaku/requirementslib/issues/234>`_


1.5.7 (2020-04-23)
==================

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion news/234.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.8.dev0"
__version__ = "1.5.8"


logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 8653691

Please sign in to comment.