Release v2022.11.4

This commit is contained in:
Oz N Tiram
2022-11-04 22:06:54 +01:00
parent 5142bbd3a0
commit 9297261c1b
6 changed files with 27 additions and 8 deletions
+25
View File
@@ -1,3 +1,28 @@
2022.11.4 (2022-11-04)
======================
Pipenv 2022.11.4 (2022-11-04)
=============================
Features & Improvements
-----------------------
- Allow pipenv settings to be explicitly disabled more easily by assigning to the environment variable a falsy value. `#5451 <https://github.com/pypa/pipenv/issues/5451>`_
Bug Fixes
---------
- Provide an install iteration per index when ``install_search_all_sources`` is ``false`` (default behavior).
This fixes regression where install phase was using unexpected index after updating ``pip==22.3`` `#5444 <https://github.com/pypa/pipenv/issues/5444>`_
Vendored Libraries
------------------
- Drop tomli, which is not used anymore.
Bump attrs version see #5449.
Drop distlib, colorama and platformdirs - use the ones from pip._vendor. `#5450 <https://github.com/pypa/pipenv/issues/5450>`_
2022.10.25 (2022-10-25)
=======================
Pipenv 2022.10.25 (2022-10-25)
-2
View File
@@ -1,2 +0,0 @@
Provide an install iteration per index when ``install_search_all_sources`` is ``false`` (default behavior).
This fixes regression where install phase was using unexpected index after updating ``pip==22.3``
-3
View File
@@ -1,3 +0,0 @@
Drop tomli, which is not used anymore.
Bump attrs version see #5449.
Drop distlib, colorama and platformdirs - use the ones from pip._vendor.
-1
View File
@@ -1 +0,0 @@
Allow pipenv settings to be explicitly disabled more easily by assigning to the environment variable a falsy value.
+1 -1
View File
@@ -2,4 +2,4 @@
# // ) ) / / // ) ) //___) ) // ) ) || / /
# //___/ / / / //___/ / // // / / || / /
# // / / // ((____ // / / ||/ /
__version__ = "2022.10.26.dev0"
__version__ = "2022.11.4"
+1 -1
View File
@@ -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 25, 2022" "2022.10.25" "pipenv"
.TH "PIPENV" "1" "Nov 04, 2022" "2022.11.4" "pipenv"
.sp
Pipenv uses a set of commands to manage your Project\(aqs dependencies and custom scripts.
It replaces the use of \fBMakefile\fP, direct calls to \fBpip\fP and \fBpython \-m venv\fP or \fBvirtualenv\fP\&.