Release v2022.11.5

This commit is contained in:
Matt Davis
2022-11-05 02:35:19 -04:00
parent e3c999f1b9
commit 137abbd3a1
4 changed files with 14 additions and 3 deletions
+12
View File
@@ -1,3 +1,15 @@
2022.11.5 (2022-11-05)
======================
Pipenv 2022.11.5 (2022-11-05)
=============================
Bug Fixes
---------
- Rollback the change in version of ``colorama`` due to regressions in core functionality. `#5459 <https://github.com/pypa/pipenv/issues/5459>`_
2022.11.4 (2022-11-04)
======================
Pipenv 2022.11.4 (2022-11-04)
-1
View File
@@ -1 +0,0 @@
Rollback the change in version of ``colorama`` due to regressions in core functionality.
+1 -1
View File
@@ -2,4 +2,4 @@
# // ) ) / / // ) ) //___) ) // ) ) || / /
# //___/ / / / //___/ / // // / / || / /
# // / / // ((____ // / / ||/ /
__version__ = "2022.11.5.dev0"
__version__ = "2022.11.5"
+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" "Nov 04, 2022" "2022.11.4" "pipenv"
.TH "PIPENV" "1" "Nov 05, 2022" "2022.11.5" "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\&.