mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Release v2023.10.24
This commit is contained in:
@@ -1,3 +1,33 @@
|
||||
2023.10.24 (2023-10-24)
|
||||
=======================
|
||||
Pipenv 2023.10.24 (2023-10-24)
|
||||
==============================
|
||||
|
||||
|
||||
Features & Improvements
|
||||
-----------------------
|
||||
|
||||
- Officially support python 3.12 `#5987 <https://github.com/pypa/pipenv/issues/5987>`_
|
||||
|
||||
Bug Fixes
|
||||
---------
|
||||
|
||||
- Additional safety check in _fold_markers logic that affected some lock resolutions in prior release. `#5988 <https://github.com/pypa/pipenv/issues/5988>`_
|
||||
|
||||
Vendored Libraries
|
||||
------------------
|
||||
|
||||
- Update vendored versions of:
|
||||
* click==8.1.7
|
||||
* markupsafe==2.1.3
|
||||
* pydantic==1.10.13
|
||||
* pythonfinder==2.0.6
|
||||
* ruamel.yaml==0.17.39
|
||||
* shellingham==1.5.3
|
||||
* tomlkit==0.12.1 `#5986 <https://github.com/pypa/pipenv/issues/5986>`_
|
||||
- Update vendored pip to ``23.3.1`` `#5991 <https://github.com/pypa/pipenv/issues/5991>`_
|
||||
|
||||
|
||||
2023.10.20 (2023-10-20)
|
||||
=======================
|
||||
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
Update vendored versions of:
|
||||
* click==8.1.7
|
||||
* markupsafe==2.1.3
|
||||
* pydantic==1.10.13
|
||||
* pythonfinder==2.0.6
|
||||
* ruamel.yaml==0.17.39
|
||||
* shellingham==1.5.3
|
||||
* tomlkit==0.12.1
|
||||
@@ -1 +0,0 @@
|
||||
Officially support python 3.12
|
||||
@@ -1 +0,0 @@
|
||||
Additional safety check in _fold_markers logic that affected some lock resolutions in prior release.
|
||||
@@ -1 +0,0 @@
|
||||
Update vendored pip to ``23.3.1``
|
||||
@@ -2,4 +2,4 @@
|
||||
# // ) ) / / // ) ) //___) ) // ) ) || / /
|
||||
# //___/ / / / //___/ / // // / / || / /
|
||||
# // / / // ((____ // / / ||/ /
|
||||
__version__ = "2023.10.20.dev0"
|
||||
__version__ = "2023.10.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" "Oct 20, 2023" "2023.10.20" "pipenv"
|
||||
.TH "PIPENV" "1" "Oct 24, 2023" "2023.10.24" "pipenv"
|
||||
.sp
|
||||
\fBNOTE:\fP
|
||||
.INDENT 0.0
|
||||
|
||||
Reference in New Issue
Block a user