mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 14:50:16 +00:00
Release v2023.11.14
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
Assume the vcs and direct URL installs need to be reinstalled.
|
||||
@@ -1 +0,0 @@
|
||||
Pass through pipfile index urls when creating https session so that keyring fully works
|
||||
@@ -1 +0,0 @@
|
||||
pipenv now ignores existing venv dir when ``PIPENV_VENV_IN_PROJECT`` is false.
|
||||
@@ -1 +0,0 @@
|
||||
Fix Using dependencies from a URL fails on Windows.
|
||||
@@ -2,4 +2,4 @@
|
||||
# // ) ) / / // ) ) //___) ) // ) ) || / /
|
||||
# //___/ / / / //___/ / // // / / || / /
|
||||
# // / / // ((____ // / / ||/ /
|
||||
__version__ = "2023.10.25.dev0"
|
||||
__version__ = "2023.11.14"
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user