Skip to content

Commit 0fe379d

Browse files
committed
Release v2023.7.9
1 parent ea82bae commit 0fe379d

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
2023.7.9 (2023-07-09)
2+
=====================
3+
Pipenv 2023.7.9 (2023-07-09)
4+
============================
5+
6+
7+
Bug Fixes
8+
---------
9+
10+
- 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>`_
11+
- 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>`_
12+
13+
114
2023.7.4 (2023-07-04)
215
=====================
316
Pipenv 2023.7.4 (2023-07-04)

news/5730.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/5784.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

pipenv/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# // ) ) / / // ) ) //___) ) // ) ) || / /
33
# //___/ / / / //___/ / // // / / || / /
44
# // / / // ((____ // / / ||/ /
5-
__version__ = "2023.7.5.dev0"
5+
__version__ = "2023.7.9"

0 commit comments

Comments
 (0)