Skip to content

Commit

Permalink
Create fast-follow bugfix release. v2022.3.24
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Mar 23, 2022
1 parent 441c3e7 commit 660db3e
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 7 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
2022.3.24 (2022-03-23)
======================


Features & Improvements
-----------------------

- It is now possible to silence the ``Loading .env environment variables`` message on ``pipenv run``
with the ``--quiet`` flag or the `PIPENV_QUIET` environment variable. `#4027 <https://github.com/pypa/pipenv/issues/4027>`_

Bug Fixes
---------

- Fixes issue with new index safety restriction, whereby an unnamed extra sources index
caused and error to be thrown during install. `#5002 <https://github.com/pypa/pipenv/issues/5002>`_
- The text ``Loading .env environment variables...`` has been switched back to stderr as to not
break requirements.txt generation. Also it only prints now when a ``.env`` file is actually present. `#5003 <https://github.com/pypa/pipenv/issues/5003>`_


2022.3.23 (2022-03-22)
======================

Expand Down
2 changes: 0 additions & 2 deletions news/4027.feature.rst

This file was deleted.

2 changes: 0 additions & 2 deletions news/5002.bugfix.rst

This file was deleted.

2 changes: 0 additions & 2 deletions news/5003.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.3.24.dev0"
__version__ = "2022.3.24"

0 comments on commit 660db3e

Please sign in to comment.