Skip to content

Commit d4483dd

Browse files
committed
Release v2023.12.0
1 parent e26edd5 commit d4483dd

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2023.12.0 (2024-02-01)
2+
======================
3+
Pipenv 2023.12.0 (2024-02-01)
4+
=============================
5+
6+
7+
Bug Fixes
8+
---------
9+
10+
- Removal of pydantic from pythonfinder and pipenv; reduced complexity of pythonfinder pathlib usage (avoid posix conversions). `#6065 <https://github.com/pypa/pipenv/issues/6065>`_
11+
- Adjusted logic which assumed any file, path or VCS install should be considered editable. Instead relies on the user specified editable flag to mark requirement as editable install. `#6069 <https://github.com/pypa/pipenv/issues/6069>`_
12+
- Remove logic that treats ``CI`` variable to use ``do_run_nt`` shell logic, as the original reasons for that patch were no longer valid. `#6072 <https://github.com/pypa/pipenv/issues/6072>`_
113
2023.11.17 (2024-01-21)
214
=======================
315
Pipenv 2023.11.17 (2024-01-21)

news/6065.bugfix.rst

-1
This file was deleted.

news/6069.bugfix.rst

-1
This file was deleted.

news/6072.bugfix.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" "Jan 21, 2024" "2023.11.17" "pipenv"
30+
.TH "PIPENV" "1" "Feb 01, 2024" "2023.12.0" "pipenv"
3131
.sp
3232
\fBNOTE:\fP
3333
.INDENT 0.0

0 commit comments

Comments
 (0)