mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 14:50:16 +00:00
Release v2022.9.4
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
2022.9.4 (2022-09-04)
|
||||
=====================
|
||||
|
||||
|
||||
Bug Fixes
|
||||
---------
|
||||
|
||||
- Fix the issue from ``2022.9.2`` where tarball URL packages were being skipped on batch_install. `#5306 <https://github.com/pypa/pipenv/issues/5306>`_
|
||||
|
||||
|
||||
2022.9.2 (2022-09-02)
|
||||
=====================
|
||||
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
Fix the issue from ``2022.9.2`` where tarball URL packages were being skipped on batch_install.
|
||||
@@ -2,4 +2,4 @@
|
||||
# // ) ) / / // ) ) //___) ) // ) ) || / /
|
||||
# //___/ / / / //___/ / // // / / || / /
|
||||
# // / / // ((____ // / / ||/ /
|
||||
__version__ = "2022.9.3.dev0"
|
||||
__version__ = "2022.9.4"
|
||||
|
||||
+7
-1
@@ -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" "Sep 02, 2022" "2022.9.2" "pipenv"
|
||||
.TH "PIPENV" "1" "Sep 04, 2022" "2022.9.4" "pipenv"
|
||||
.SH NAME
|
||||
pipenv \- pipenv Documentation
|
||||
\fI\%\fP\fI\%\fP\fI\%\fP
|
||||
@@ -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.9.4 (2022\-09\-04)
|
||||
.SS Bug Fixes
|
||||
.INDENT 0.0
|
||||
.IP \(bu 2
|
||||
Fix the issue from \fB2022.9.2\fP where tarball URL packages were being skipped on batch_install. \fI\%#5306\fP
|
||||
.UNINDENT
|
||||
.SS 2022.9.2 (2022\-09\-02)
|
||||
.SS Bug Fixes
|
||||
.INDENT 0.0
|
||||
|
||||
Reference in New Issue
Block a user