mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Release v2023.9.8
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
2023.9.8 (2023-09-08)
|
||||
=====================
|
||||
Pipenv 2023.9.8 (2023-09-08)
|
||||
============================
|
||||
|
||||
|
||||
Bug Fixes
|
||||
---------
|
||||
|
||||
- ignore_compatibility was supposed to default to False (except for hash collection) `#5926 <https://github.com/pypa/pipenv/issues/5926>`_
|
||||
|
||||
|
||||
2023.9.7 (2023-09-07)
|
||||
=====================
|
||||
Pipenv 2023.9.7 (2023-09-07)
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
ignore_compatibility was supposed to default to False (except for hash collection)
|
||||
@@ -2,4 +2,4 @@
|
||||
# // ) ) / / // ) ) //___) ) // ) ) || / /
|
||||
# //___/ / / / //___/ / // // / / || / /
|
||||
# // / / // ((____ // / / ||/ /
|
||||
__version__ = "2023.9.8.dev0"
|
||||
__version__ = "2023.9.8"
|
||||
|
||||
+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" "Sep 07, 2023" "2023.9.7" "pipenv"
|
||||
.TH "PIPENV" "1" "Sep 08, 2023" "2023.9.8" "pipenv"
|
||||
.sp
|
||||
\fBNOTE:\fP
|
||||
.INDENT 0.0
|
||||
|
||||
Reference in New Issue
Block a user