Skip to content

Commit

Permalink
Release v2023.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Feb 1, 2024
1 parent e26edd5 commit d4483dd
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
2023.12.0 (2024-02-01)
======================
Pipenv 2023.12.0 (2024-02-01)
=============================


Bug Fixes
---------

- Removal of pydantic from pythonfinder and pipenv; reduced complexity of pythonfinder pathlib usage (avoid posix conversions). `#6065 <https://github.com/pypa/pipenv/issues/6065>`_
- 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>`_
- 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>`_
2023.11.17 (2024-01-21)
=======================
Pipenv 2023.11.17 (2024-01-21)
Expand Down
1 change: 0 additions & 1 deletion news/6065.bugfix.rst

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion news/6072.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" "Jan 21, 2024" "2023.11.17" "pipenv"
.TH "PIPENV" "1" "Feb 01, 2024" "2023.12.0" "pipenv"
.sp
\fBNOTE:\fP
.INDENT 0.0
Expand Down

0 comments on commit d4483dd

Please sign in to comment.