Skip to content

Commit

Permalink
Release v2023.11.17
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Jan 22, 2024
1 parent d202fac commit 7a640f2
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 6 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,21 @@
2023.11.17 (2024-01-21)
=======================
Pipenv 2023.11.17 (2024-01-21)
==============================


Bug Fixes
---------

- Add markers to Pipfile when parsing requirements.txt `#6008 <https://github.com/pypa/pipenv/issues/6008>`_
- Fix KeyError when using a source without a name in Pipfile `#6021 <https://github.com/pypa/pipenv/issues/6021>`_
- Fix a bug with locking projects that contains packages with non canonical names from private indexes `#6056 <https://github.com/pypa/pipenv/issues/6056>`_

Vendored Libraries
------------------

- Update vendored tomlkit to ``0.12.3`` `#6024 <https://github.com/pypa/pipenv/issues/6024>`_
- Bump version of pipdeptree to 0.13.2 `#6055 <https://github.com/pypa/pipenv/issues/6055>`_
2023.11.15 (2023-11-15)
=======================
Pipenv 2023.11.15 (2023-11-15)
Expand Down
1 change: 0 additions & 1 deletion news/6008.bugfix.rst

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

0 comments on commit 7a640f2

Please sign in to comment.