Skip to content

Commit

Permalink
Release v2023.11.14
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Nov 14, 2023
1 parent 55258f7 commit ff5cbbb
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 6 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,22 @@
2023.11.14 (2023-11-14)
=======================
Pipenv 2023.11.14 (2023-11-14)
==============================


Behavior Changes
----------------

- pipenv now ignores existing venv dir when ``PIPENV_VENV_IN_PROJECT`` is false. `#6009 <https://github.com/pypa/pipenv/issues/6009>`_

Bug Fixes
---------

- Assume the vcs and direct URL installs need to be reinstalled. `#5936 <https://github.com/pypa/pipenv/issues/5936>`_
- Pass through pipfile index urls when creating https session so that keyring fully works `#5994 <https://github.com/pypa/pipenv/issues/5994>`_
- Fix Using dependencies from a URL fails on Windows. `#6011 <https://github.com/pypa/pipenv/issues/6011>`_


2023.10.24 (2023-10-24)
=======================
Pipenv 2023.10.24 (2023-10-24)
Expand Down
1 change: 0 additions & 1 deletion news/5936.bugfix.rst

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion news/6009.behavior.rst

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion pipenv/__version__.py
Expand Up @@ -2,4 +2,4 @@
# // ) ) / / // ) ) //___) ) // ) ) || / /
# //___/ / / / //___/ / // // / / || / /
# // / / // ((____ // / / ||/ /
__version__ = "2023.10.25.dev0"
__version__ = "2023.11.14"
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" "Oct 24, 2023" "2023.10.24" "pipenv"
.TH "PIPENV" "1" "Nov 14, 2023" "2023.11.14" "pipenv"
.sp
\fBNOTE:\fP
.INDENT 0.0
Expand Down

0 comments on commit ff5cbbb

Please sign in to comment.