Skip to content

Commit

Permalink
Release v2023.10.24
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Oct 24, 2023
1 parent 49a86af commit 07787da
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 13 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
@@ -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)
=======================

Expand Down
8 changes: 0 additions & 8 deletions news/5986.vendor.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/5987.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/5988.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/5991.vendor.rst

This file was deleted.

2 changes: 1 addition & 1 deletion pipenv/__version__.py
Expand Up @@ -2,4 +2,4 @@
# // ) ) / / // ) ) //___) ) // ) ) || / /
# //___/ / / / //___/ / // // / / || / /
# // / / // ((____ // / / ||/ /
__version__ = "2023.10.20.dev0"
__version__ = "2023.10.24"
2 changes: 1 addition & 1 deletion pipenv/pipenv.1
Expand Up @@ -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
Expand Down

0 comments on commit 07787da

Please sign in to comment.