Skip to content

Commit

Permalink
Release 1.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming committed Aug 12, 2020
1 parent 1e0120d commit c05332e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
1.5.13 (2020-08-12)
===================

Bug Fixes
---------

- Don't copy whole tree for local directory dependencies. `#259 <https://github.com/sarugaku/requirementslib/issues/259>`_


1.5.12 (2020-07-10)
===================

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


logger = logging.getLogger(__name__)
Expand Down

0 comments on commit c05332e

Please sign in to comment.