Skip to content

Commit

Permalink
Release v2023.10.20
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Oct 20, 2023
1 parent 4e628db commit fd4147b
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 8 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
@@ -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)
======================

Expand Down
1 change: 0 additions & 1 deletion news/5879.removal.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/5966.feature.rst

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion news/5970.vendor.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/5979.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/5983.trivial.rst

This file was deleted.

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

0 comments on commit fd4147b

Please sign in to comment.