Skip to content

Commit

Permalink
Release 1.5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming committed Oct 29, 2020
1 parent cd5c19b commit 57e45c6
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 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.14 (2020-10-29)
===================

Bug Fixes
---------

- Fix the PEP 517 requires in default ``pyproject.toml`` and clean the temp files. `#262 <https://github.com/sarugaku/requirementslib/issues/262>`_

- Fix an unparse error that the dictionary keys are unhashable. `#266 <https://github.com/sarugaku/requirementslib/issues/266>`_

- Fix a bug that dist-info inside ``venv`` directory will be mistaken as the editable package's metadata. `#273 <https://github.com/sarugaku/requirementslib/issues/273>`_


1.5.13 (2020-08-12)
===================

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion news/273.trivial.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.13"
__version__ = "1.5.14"


logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 57e45c6

Please sign in to comment.