Skip to content

Commit

Permalink
Release 1.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Jul 22, 2022
1 parent c59986d commit cbb04bc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Requirementslib 1.6.8 (2022-07-22)
==================================


Bug Fixes
---------

- Fix tracebacks on encountering Annotated variables `#307 <https://github.com/sarugaku/requirementslib/issues/307>`_

- Change style of ``packaging`` imports for downstream ``pipenv`` to be able to patch this more easily. `#324 <https://github.com/sarugaku/requirementslib/issues/324>`_

- Resolved an issue introduced in 1.6.5 that failed to parse refs in VCS uris `#330 <https://github.com/sarugaku/requirementslib/issues/330>`_


Requirementslib 1.6.7 (2022-07-07)
==================================

Expand Down
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.6.7"
__version__ = "1.6.8"


logger = logging.getLogger(__name__)
Expand Down

0 comments on commit cbb04bc

Please sign in to comment.