Skip to content

Commit 7a640f2

Browse files
committed
Release v2023.11.17
1 parent d202fac commit 7a640f2

File tree

7 files changed

+19
-6
lines changed

7 files changed

+19
-6
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
2023.11.17 (2024-01-21)
2+
=======================
3+
Pipenv 2023.11.17 (2024-01-21)
4+
==============================
5+
6+
7+
Bug Fixes
8+
---------
9+
10+
- Add markers to Pipfile when parsing requirements.txt `#6008 <https://github.com/pypa/pipenv/issues/6008>`_
11+
- Fix KeyError when using a source without a name in Pipfile `#6021 <https://github.com/pypa/pipenv/issues/6021>`_
12+
- Fix a bug with locking projects that contains packages with non canonical names from private indexes `#6056 <https://github.com/pypa/pipenv/issues/6056>`_
13+
14+
Vendored Libraries
15+
------------------
16+
17+
- Update vendored tomlkit to ``0.12.3`` `#6024 <https://github.com/pypa/pipenv/issues/6024>`_
18+
- Bump version of pipdeptree to 0.13.2 `#6055 <https://github.com/pypa/pipenv/issues/6055>`_
119
2023.11.15 (2023-11-15)
220
=======================
321
Pipenv 2023.11.15 (2023-11-15)

news/6008.bugfix.rst

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

news/6021.bugfix.rst

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

news/6024.vendor.rst

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

news/6055.vendor.rst

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

news/6056.bugfix.rst

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

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" "Nov 15, 2023" "2023.11.15" "pipenv"
30+
.TH "PIPENV" "1" "Jan 21, 2024" "2023.11.17" "pipenv"
3131
.sp
3232
\fBNOTE:\fP
3333
.INDENT 0.0

0 commit comments

Comments
 (0)