Skip to content

Commit 13d051b

Browse files
committed
Release v2024.0.2
1 parent f818736 commit 13d051b

18 files changed

+32
-17
lines changed

CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
2024.0.2 (2024-09-13)
2+
=====================
3+
Pipenv 2024.0.2 (2024-09-13)
4+
============================
5+
6+
7+
Features & Improvements
8+
-----------------------
9+
10+
- Initial support for python3.13 `#6240 <https://github.com/pypa/pipenv/issues/6240>`_
11+
12+
Bug Fixes
13+
---------
14+
15+
- Fix bump version in CI/CD pipeline `#6177 <https://github.com/pypa/pipenv/issues/6177>`_
16+
- Swap old_version and new_version in pipenv update --outdated output. `#6179 <https://github.com/pypa/pipenv/issues/6179>`_
17+
- Update shell detection to only check the end of the command used. `#6197 <https://github.com/pypa/pipenv/issues/6197>`_
18+
- Fix loading dot env twice #6198 `#6202 <https://github.com/pypa/pipenv/issues/6202>`_
19+
- Solve issue with quiet lock not writing the lock file #6207. `#6207 <https://github.com/pypa/pipenv/issues/6207>`_
20+
- Fix regression introduced with the "smarter uninstall" PR. Uninstall ``--all`` should not clear the Pipfile entries. `#6209 <https://github.com/pypa/pipenv/issues/6209>`_
21+
- Fixed regression where all local file installations were incorrectly treated as editable. Ensure that local file installations are explicitly marked as editable in both Pipfile and Pipfile.lock entries if editable installation is desired. `#6222 <https://github.com/pypa/pipenv/issues/6222>`_
22+
- Corrected behavior of ``pipenv install --skip-lock`` after behavioral install refactor introduced regression. No Pipfile.lock is generated with this fix and installation of vcs no longer fails with revision missing error. `#6225 <https://github.com/pypa/pipenv/issues/6225>`_
23+
- Fix for Windows on ARM missing distlib binaries in pyproject.toml `#6240 <https://github.com/pypa/pipenv/issues/6240>`_
24+
25+
Vendored Libraries
26+
------------------
27+
28+
- Clean up usage of click styling from exceptions, shell and virtualenv `#6178 <https://github.com/pypa/pipenv/issues/6178>`_
29+
- Remove click.echo from pipenv/cli `#6182 <https://github.com/pypa/pipenv/issues/6182>`_
30+
- Remove click.echo from exceptions.py `#6216 <https://github.com/pypa/pipenv/issues/6216>`_
31+
- Update importlib-metadata to 8.4.0 `#6235 <https://github.com/pypa/pipenv/issues/6235>`_
132
2024.0.1 (2024-06-11)
233
=====================
334
Pipenv 2024.0.1 (2024-06-11)

news/6177.bugfix.rst

-1
This file was deleted.

news/6178.vendor.rst

-1
This file was deleted.

news/6179.bugfix.rst

-1
This file was deleted.

news/6182.vendor.rst

-1
This file was deleted.

news/6197.bugfix.rst

-1
This file was deleted.

news/6199.trivial.rst

-1
This file was deleted.

news/6202.bugfix.rst

-1
This file was deleted.

news/6207.bugfix.rst

-1
This file was deleted.

news/6209.bugfix.rst

-1
This file was deleted.

news/6214.trivial.rst

-1
This file was deleted.

news/6216.vendor.rst

-1
This file was deleted.

news/6222.bugfix.rst

-1
This file was deleted.

news/6225.bugfix.rst

-1
This file was deleted.

news/6235.vendor.rst

-1
This file was deleted.

news/6240.bugfix.rst

-1
This file was deleted.

news/6240.feature.rst

-1
This file was deleted.

pipenv/pipenv.1

+1-1
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" "Jun 11, 2024" "2024.0.1" "pipenv"
30+
.TH "PIPENV" "1" "Sep 13, 2024" "2024.0.2" "pipenv"
3131
.sp
3232
\fBNOTE:\fP
3333
.INDENT 0.0

0 commit comments

Comments
 (0)