Release v2023.7.9

This commit is contained in:
Matt Davis
2023-07-09 16:01:59 -04:00
parent ea82bae751
commit 0fe379d103
4 changed files with 14 additions and 3 deletions
+13
View File
@@ -1,3 +1,16 @@
2023.7.9 (2023-07-09)
=====================
Pipenv 2023.7.9 (2023-07-09)
============================
Bug Fixes
---------
- Drop the --keep-outdated flag and --selective-upgrade flags that have been deprecated in favor of update/upgrade commands. `#5730 <https://github.com/pypa/pipenv/issues/5730>`_
- Fix regressions in the ``requirements`` command related to standard index extras and handling of local file requirements. `#5784 <https://github.com/pypa/pipenv/issues/5784>`_
2023.7.4 (2023-07-04)
=====================
Pipenv 2023.7.4 (2023-07-04)
-1
View File
@@ -1 +0,0 @@
Drop the --keep-outdated flag and --selective-upgrade flags that have been deprecated in favor of update/upgrade commands.
-1
View File
@@ -1 +0,0 @@
Fix regressions in the ``requirements`` command related to standard index extras and handling of local file requirements.
+1 -1
View File
@@ -2,4 +2,4 @@
# // ) ) / / // ) ) //___) ) // ) ) || / /
# //___/ / / / //___/ / // // / / || / /
# // / / // ((____ // / / ||/ /
__version__ = "2023.7.5.dev0"
__version__ = "2023.7.9"