Skip to content

Commit

Permalink
Release v2022.7.4
Browse files Browse the repository at this point in the history
Happy 4th of July.
  • Loading branch information
oz123 committed Jul 4, 2022
1 parent 3b41a22 commit 14bc6de
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 6 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
2022.7.4 (2022-07-04)
=====================


Behavior Changes
----------------

- Adjust ``pipenv requirements`` to add markers and add an ``--exclude-markers`` option to allow the exclusion of markers. `#5092 <https://github.com/pypa/pipenv/issues/5092>`_

Bug Fixes
---------

- Stopped expanding environment variables when using ``pipenv requirements`` `#5134 <https://github.com/pypa/pipenv/issues/5134>`_

Vendored Libraries
------------------

- Depend on ``requests`` and ``certifi`` from vendored ``pip`` and remove them as explicit vendor dependencies. `#5000 <https://github.com/pypa/pipenv/issues/5000>`_
- Vendor in the latest version of ``requirementslib==1.6.5`` which includes bug fixes for beta python versions, projects with an at sign (@) in the path, and a ``setuptools`` deprecation warning. `#5132 <https://github.com/pypa/pipenv/issues/5132>`_

Relates to dev process changes
------------------------------

- Switch from using type comments to type annotations.


2022.5.3.dev0 (2022-06-07)
==========================

Expand Down
1 change: 0 additions & 1 deletion news/5000.vendor.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/5092.behavior.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/5119.process.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/5132.vendor.rst

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion pipenv/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# // ) ) / / // ) ) //___) ) // ) ) || / /
# //___/ / / / //___/ / // // / / || / /
# // / / // ((____ // / / ||/ /
__version__ = "2022.6.8.dev0"
__version__ = "2022.7.4"

0 comments on commit 14bc6de

Please sign in to comment.