Skip to content

Commit

Permalink
Release 1.5.16
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming committed Nov 12, 2020
1 parent fd646ea commit 3309076
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 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.16 (2020-11-12)
===================

Features
--------

- Expand env vars in the URL of requirements. `#276 <https://github.com/sarugaku/requirementslib/issues/276>`_


Removals and Deprecations
-------------------------

- Replace the deprecated arguments of ``attrs`` with recommended ones. `#271 <https://github.com/sarugaku/requirementslib/issues/271>`_


1.5.15 (2020-11-04)
===================

Expand Down
1 change: 0 additions & 1 deletion news/271.removal.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/276.feature.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.16.dev0"
__version__ = "1.5.16"


logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 3309076

Please sign in to comment.