mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Release v2023.7.11
This commit is contained in:
@@ -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 +0,0 @@
|
||||
Invoke the resolver in the same process as pipenv rather than utilizing subprocess.
|
||||
@@ -1 +0,0 @@
|
||||
Fix regression markers being included as None/null in requirements command.
|
||||
@@ -2,4 +2,4 @@
|
||||
# // ) ) / / // ) ) //___) ) // ) ) || / /
|
||||
# //___/ / / / //___/ / // // / / || / /
|
||||
# // / / // ((____ // / / ||/ /
|
||||
__version__ = "2023.7.10.dev0"
|
||||
__version__ = "2023.7.11"
|
||||
|
||||
Reference in New Issue
Block a user