Release v2023.7.11

This commit is contained in:
Matt Davis
2023-07-11 14:58:26 -04:00
parent 70b77ae332
commit de356738df
4 changed files with 14 additions and 3 deletions
+13
View File
@@ -1,3 +1,16 @@
2023.7.11 (2023-07-11)
======================
Pipenv 2023.7.11 (2023-07-11)
=============================
Bug Fixes
---------
- Invoke the resolver in the same process as pipenv rather than utilizing subprocess. `#5787 <https://github.com/pypa/pipenv/issues/5787>`_
- Fix regression markers being included as None/null in requirements command. `#5788 <https://github.com/pypa/pipenv/issues/5788>`_
2023.7.9 (2023-07-09)
=====================
Pipenv 2023.7.9 (2023-07-09)
-1
View File
@@ -1 +0,0 @@
Invoke the resolver in the same process as pipenv rather than utilizing subprocess.
-1
View File
@@ -1 +0,0 @@
Fix regression markers being included as None/null in requirements command.
+1 -1
View File
@@ -2,4 +2,4 @@
# // ) ) / / // ) ) //___) ) // ) ) || / /
# //___/ / / / //___/ / // // / / || / /
# // / / // ((____ // / / ||/ /
__version__ = "2023.7.10.dev0"
__version__ = "2023.7.11"