Skip to content

Commit ff5cbbb

Browse files
committed
Release v2023.11.14
1 parent 55258f7 commit ff5cbbb

File tree

7 files changed

+21
-6
lines changed

7 files changed

+21
-6
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
2023.11.14 (2023-11-14)
2+
=======================
3+
Pipenv 2023.11.14 (2023-11-14)
4+
==============================
5+
6+
7+
Behavior Changes
8+
----------------
9+
10+
- pipenv now ignores existing venv dir when ``PIPENV_VENV_IN_PROJECT`` is false. `#6009 <https://github.com/pypa/pipenv/issues/6009>`_
11+
12+
Bug Fixes
13+
---------
14+
15+
- Assume the vcs and direct URL installs need to be reinstalled. `#5936 <https://github.com/pypa/pipenv/issues/5936>`_
16+
- Pass through pipfile index urls when creating https session so that keyring fully works `#5994 <https://github.com/pypa/pipenv/issues/5994>`_
17+
- Fix Using dependencies from a URL fails on Windows. `#6011 <https://github.com/pypa/pipenv/issues/6011>`_
18+
19+
120
2023.10.24 (2023-10-24)
221
=======================
322
Pipenv 2023.10.24 (2023-10-24)

news/5936.bugfix.rst

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

news/5994.bugfix.rst

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

news/6009.behavior.rst

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

news/6011.bugfix.rst

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

pipenv/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# // ) ) / / // ) ) //___) ) // ) ) || / /
33
# //___/ / / / //___/ / // // / / || / /
44
# // / / // ((____ // / / ||/ /
5-
__version__ = "2023.10.25.dev0"
5+
__version__ = "2023.11.14"

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" "Oct 24, 2023" "2023.10.24" "pipenv"
30+
.TH "PIPENV" "1" "Nov 14, 2023" "2023.11.14" "pipenv"
3131
.sp
3232
\fBNOTE:\fP
3333
.INDENT 0.0

0 commit comments

Comments
 (0)