mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Release v2023.10.3
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
2023.10.3 (2023-10-03)
|
||||
======================
|
||||
Pipenv 2023.10.3 (2023-10-03)
|
||||
=============================
|
||||
|
||||
|
||||
Bug Fixes
|
||||
---------
|
||||
|
||||
- Eveb better handling of vcs branch references that contain special characters. `#5934 <https://github.com/pypa/pipenv/issues/5934>`_
|
||||
- Bump certifi from 2023.5.7 to 2023.7.22 in /examples to address a security vulnerability `#5941 <https://github.com/pypa/pipenv/issues/5941>`_
|
||||
|
||||
|
||||
2023.9.8 (2023-09-08)
|
||||
=====================
|
||||
Pipenv 2023.9.8 (2023-09-08)
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
Eveb better handling of vcs branch references that contain special characters.
|
||||
@@ -1 +0,0 @@
|
||||
Bump certifi from 2023.5.7 to 2023.7.22 in /examples to address a security vulnerability
|
||||
@@ -2,4 +2,4 @@
|
||||
# // ) ) / / // ) ) //___) ) // ) ) || / /
|
||||
# //___/ / / / //___/ / // // / / || / /
|
||||
# // / / // ((____ // / / ||/ /
|
||||
__version__ = "2023.9.9.dev0"
|
||||
__version__ = "2023.10.3"
|
||||
|
||||
+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 08, 2023" "2023.9.8" "pipenv"
|
||||
.TH "PIPENV" "1" "Oct 03, 2023" "2023.10.3" "pipenv"
|
||||
.sp
|
||||
\fBNOTE:\fP
|
||||
.INDENT 0.0
|
||||
|
||||
Reference in New Issue
Block a user