Skip to content

Commit de35673

Browse files
committed
Release v2023.7.11
1 parent 70b77ae commit de35673

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.11 (2023-07-11)
2+
======================
3+
Pipenv 2023.7.11 (2023-07-11)
4+
=============================
5+
6+
7+
Bug Fixes
8+
---------
9+
10+
- Invoke the resolver in the same process as pipenv rather than utilizing subprocess. `#5787 <https://github.com/pypa/pipenv/issues/5787>`_
11+
- Fix regression markers being included as None/null in requirements command. `#5788 <https://github.com/pypa/pipenv/issues/5788>`_
12+
13+
114
2023.7.9 (2023-07-09)
215
=====================
316
Pipenv 2023.7.9 (2023-07-09)

news/5787.bugfix.rst

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

news/5788.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.10.dev0"
5+
__version__ = "2023.7.11"

0 commit comments

Comments
 (0)