Release v2022.10.25

This commit is contained in:
Matt Davis
2022-10-25 22:17:01 -04:00
parent cb9d87ad05
commit e61a8a0b1d
6 changed files with 24 additions and 5 deletions
+22
View File
@@ -1,3 +1,25 @@
2022.10.25 (2022-10-25)
=======================
Pipenv 2022.10.25 (2022-10-25)
==============================
Features & Improvements
-----------------------
- Add support to export requirements file for a specified set of categories. `#5431 <https://github.com/pypa/pipenv/issues/5431>`_
Vendored Libraries
------------------
- Remove appdirs.py in favor of platformdirs. `#5420 <https://github.com/pypa/pipenv/issues/5420>`_
Removals and Deprecations
-------------------------
- Remove usage of vistir.cmdparse in favor of pipenv.cmdparse `#5419 <https://github.com/pypa/pipenv/issues/5419>`_
2022.10.12 (2022-10-12)
=======================
Pipenv 2022.10.12 (2022-10-12)
-1
View File
@@ -1 +0,0 @@
Remove usage of vistir.cmdparse in favor of pipenv.cmdparse
-1
View File
@@ -1 +0,0 @@
Remove appdirs.py in favor of platformdirs.
-1
View File
@@ -1 +0,0 @@
Add support to export requirements file for a specified set of categories.
+1 -1
View File
@@ -2,4 +2,4 @@
# // ) ) / / // ) ) //___) ) // ) ) || / /
# //___/ / / / //___/ / // // / / || / /
# // / / // ((____ // / / ||/ /
__version__ = "2022.10.25.dev1"
__version__ = "2022.10.25"
+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 24, 2022" "2022.10.13.dev0" "pipenv"
.TH "PIPENV" "1" "Oct 25, 2022" "2022.10.25" "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\&.