mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Release v2022.11.24
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
2022.11.24 (2022-11-24)
|
||||
=======================
|
||||
Pipenv 2022.11.24 (2022-11-24)
|
||||
==============================
|
||||
|
||||
|
||||
Bug Fixes
|
||||
---------
|
||||
|
||||
- Stop building universal wheels since Python 2 is no longer supported. `#5496 <https://github.com/pypa/pipenv/issues/5496>`_
|
||||
|
||||
|
||||
2022.11.23 (2022-11-23)
|
||||
=======================
|
||||
Pipenv 2022.11.23 (2022-11-23)
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
Stop building universal wheels since Python 2 is no longer supported.
|
||||
@@ -2,4 +2,4 @@
|
||||
# // ) ) / / // ) ) //___) ) // ) ) || / /
|
||||
# //___/ / / / //___/ / // // / / || / /
|
||||
# // / / // ((____ // / / ||/ /
|
||||
__version__ = "2022.11.24.dev0"
|
||||
__version__ = "2022.11.24"
|
||||
|
||||
+1
-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" "Nov 23, 2022" "2022.11.23" "pipenv"
|
||||
.TH "PIPENV" "1" "Nov 24, 2022" "2022.11.24" "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\&.
|
||||
|
||||
Reference in New Issue
Block a user