Skip to content

Commit

Permalink
Release v2022.8.15
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Aug 15, 2022
1 parent f2db1c4 commit 8405bbf
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2022.8.15 (2022-08-15)
======================


Bug Fixes
---------

- ``pip_install`` method was using a different way of finding the python executable than other ``pipenv`` commands, which caused an issue with skipping package installation if it was already installed in site-packages. `#5254 <https://github.com/pypa/pipenv/issues/5254>`_


2022.8.14 (2022-08-14)
======================

Expand Down
1 change: 0 additions & 1 deletion news/5254.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.8.15.dev0"
__version__ = "2022.8.15"
12 changes: 8 additions & 4 deletions pipenv/pipenv.1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.TH "PIPENV" "1" "Aug 14, 2022" "2022.8.14" "pipenv"
.TH "PIPENV" "1" "Aug 15, 2022" "2022.8.15" "pipenv"
.SH NAME
pipenv \- pipenv Documentation
\fI\%\fP\fI\%\fP\fI\%\fP
Expand Down Expand Up @@ -453,6 +453,12 @@ You might want to set \fBexport PIPENV_VENV_IN_PROJECT=1\fP in your .bashrc/.zsh
.sp
Congratulations, you now know how to install and use Python packages! ✨ 🍰 ✨
.SS Release and Version History
.SS 2022.8.15 (2022\-08\-15)
.SS Bug Fixes
.INDENT 0.0
.IP \(bu 2
\fBpip_install\fP method was using a different way of finding the python executable than other \fBpipenv\fP commands, which caused an issue with skipping package installation if it was already installed in site\-packages. \fI\%#5254\fP
.UNINDENT
.SS 2022.8.14 (2022\-08\-14)
.SS Bug Fixes
.INDENT 0.0
Expand Down Expand Up @@ -2934,9 +2940,7 @@ production environments for reproducible builds.
\fBNOTE:\fP
.INDENT 0.0
.INDENT 3.5
If you\(aqd like a \fBrequirements.txt\fP output of the lockfile, run \fB$ pipenv lock \-r\fP\&.
This will not include hashes, however. To get a \fBrequirements.txt\fP
you can also use \fB$ pipenv run pip freeze\fP\&.
If you\(aqd like a \fBrequirements.txt\fP output of the lockfile, run \fB$ pipenv requirements\fP\&.
.UNINDENT
.UNINDENT
.SS ☤ Pipenv and Docker Containers
Expand Down

0 comments on commit 8405bbf

Please sign in to comment.