Skip to content

Commit

Permalink
Release v2022.10.11
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Oct 11, 2022
1 parent c46606b commit 3fbc39a
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2022.10.11 (2022-10-11)
=======================
Pipenv 2022.10.11 (2022-10-11)
==============================


Bug Fixes
---------

- Revert decision to change the default isolation level because it caused problems with existing workflows; solution is to recommend users that have issues requiring pre-requisites to pass --extra-pip-args="--no-build-isolation" in their install or sync commands. `#5399 <https://github.com/pypa/pipenv/issues/5399>`_


2022.10.10 (2022-10-10)
=======================
Pipenv 2022.10.10 (2022-10-10)
Expand Down
1 change: 0 additions & 1 deletion news/5399.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.10.11.dev0"
__version__ = "2022.10.11"
9 changes: 8 additions & 1 deletion 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" "Oct 10, 2022" "2022.10.10" "pipenv"
.TH "PIPENV" "1" "Oct 11, 2022" "2022.10.11" "pipenv"
.SH NAME
pipenv \- pipenv Documentation
\fI\%\fP\fI\%\fP\fI\%\fP
Expand Down Expand Up @@ -453,6 +453,13 @@ 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.10.11 (2022\-10\-11)
.SS Pipenv 2022.10.11 (2022\-10\-11)
.SS Bug Fixes
.INDENT 0.0
.IP \(bu 2
Revert decision to change the default isolation level because it caused problems with existing workflows; solution is to recommend users that have issues requiring pre\-requisites to pass \-\-extra\-pip\-args="\-\-no\-build\-isolation" in their install or sync commands. \fI\%#5399\fP
.UNINDENT
.SS 2022.10.10 (2022\-10\-10)
.SS Pipenv 2022.10.10 (2022\-10\-10)
.SS Features & Improvements
Expand Down

0 comments on commit 3fbc39a

Please sign in to comment.