mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 06:46:15 +00:00
Release v2023.10.20
This commit is contained in:
@@ -1,3 +1,31 @@
|
||||
2023.10.20 (2023-10-20)
|
||||
=======================
|
||||
Pipenv 2023.10.20 (2023-10-20)
|
||||
==============================
|
||||
|
||||
|
||||
Features & Improvements
|
||||
-----------------------
|
||||
|
||||
- Add quiet option to pipenv shell, hiding "Launching subshell in virtual environment..." `#5966 <https://github.com/pypa/pipenv/issues/5966>`_
|
||||
- Vendor in pip==23.3 which includes updates to certifi, urllib3, and adds truststore among other improvements. `#5979 <https://github.com/pypa/pipenv/issues/5979>`_
|
||||
|
||||
Behavior Changes
|
||||
----------------
|
||||
|
||||
- Change ``--py`` to use ``print`` preventing insertion of newline characters `#5969 <https://github.com/pypa/pipenv/issues/5969>`_
|
||||
|
||||
Vendored Libraries
|
||||
------------------
|
||||
|
||||
- Drop pep517 - as it is no longer used. `#5970 <https://github.com/pypa/pipenv/issues/5970>`_
|
||||
|
||||
Removals and Deprecations
|
||||
-------------------------
|
||||
|
||||
- Drop support for Python 3.7 `#5879 <https://github.com/pypa/pipenv/issues/5879>`_
|
||||
|
||||
|
||||
2023.10.3 (2023-10-03)
|
||||
======================
|
||||
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
Drop support for Python 3.7
|
||||
@@ -1 +0,0 @@
|
||||
Add quiet option to pipenv shell, hiding "Launching subshell in virtual environment..."
|
||||
@@ -1 +0,0 @@
|
||||
Change ``--py`` to use ``print`` preventing insertion of newline characters
|
||||
@@ -1 +0,0 @@
|
||||
Drop pep517 - as it is no longer used.
|
||||
@@ -1 +0,0 @@
|
||||
Vendor in pip==23.3 which includes updates to certifi, urllib3, and adds truststore among other improvements.
|
||||
@@ -1 +0,0 @@
|
||||
Update Ruff linter in CI to remove deperecated option "--format"
|
||||
@@ -2,4 +2,4 @@
|
||||
# // ) ) / / // ) ) //___) ) // ) ) || / /
|
||||
# //___/ / / / //___/ / // // / / || / /
|
||||
# // / / // ((____ // / / ||/ /
|
||||
__version__ = "2023.10.4.dev0"
|
||||
__version__ = "2023.10.20"
|
||||
|
||||
+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 03, 2023" "2023.10.3" "pipenv"
|
||||
.TH "PIPENV" "1" "Oct 20, 2023" "2023.10.20" "pipenv"
|
||||
.sp
|
||||
\fBNOTE:\fP
|
||||
.INDENT 0.0
|
||||
|
||||
Reference in New Issue
Block a user