Skip to content

Commit 07787da

Browse files
committed
Release v2023.10.24
1 parent 49a86af commit 07787da

File tree

7 files changed

+32
-13
lines changed

7 files changed

+32
-13
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
2023.10.24 (2023-10-24)
2+
=======================
3+
Pipenv 2023.10.24 (2023-10-24)
4+
==============================
5+
6+
7+
Features & Improvements
8+
-----------------------
9+
10+
- Officially support python 3.12 `#5987 <https://github.com/pypa/pipenv/issues/5987>`_
11+
12+
Bug Fixes
13+
---------
14+
15+
- Additional safety check in _fold_markers logic that affected some lock resolutions in prior release. `#5988 <https://github.com/pypa/pipenv/issues/5988>`_
16+
17+
Vendored Libraries
18+
------------------
19+
20+
- Update vendored versions of:
21+
* click==8.1.7
22+
* markupsafe==2.1.3
23+
* pydantic==1.10.13
24+
* pythonfinder==2.0.6
25+
* ruamel.yaml==0.17.39
26+
* shellingham==1.5.3
27+
* tomlkit==0.12.1 `#5986 <https://github.com/pypa/pipenv/issues/5986>`_
28+
- Update vendored pip to ``23.3.1`` `#5991 <https://github.com/pypa/pipenv/issues/5991>`_
29+
30+
131
2023.10.20 (2023-10-20)
232
=======================
333

news/5986.vendor.rst

Lines changed: 0 additions & 8 deletions
This file was deleted.

news/5987.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/5988.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/5991.vendor.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

pipenv/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# // ) ) / / // ) ) //___) ) // ) ) || / /
33
# //___/ / / / //___/ / // // / / || / /
44
# // / / // ((____ // / / ||/ /
5-
__version__ = "2023.10.20.dev0"
5+
__version__ = "2023.10.24"

pipenv/pipenv.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2929
..
30-
.TH "PIPENV" "1" "Oct 20, 2023" "2023.10.20" "pipenv"
30+
.TH "PIPENV" "1" "Oct 24, 2023" "2023.10.24" "pipenv"
3131
.sp
3232
\fBNOTE:\fP
3333
.INDENT 0.0

0 commit comments

Comments
 (0)