mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Release v2023.3.20
This commit is contained in:
@@ -1,3 +1,24 @@
|
||||
2023.3.20 (2023-03-19)
|
||||
======================
|
||||
Pipenv 2023.3.20 (2023-03-19)
|
||||
=============================
|
||||
|
||||
|
||||
No significant changes.
|
||||
|
||||
|
||||
2023.3.18 (2023-03-19)
|
||||
======================
|
||||
Pipenv 2023.3.18 (2023-03-19)
|
||||
=============================
|
||||
|
||||
|
||||
Bug Fixes
|
||||
---------
|
||||
|
||||
- Fix import error in virtualenv utility for creating new environments caused by ``2023.3.18`` release. `#5636 <https://github.com/pypa/pipenv/issues/5636>`_
|
||||
|
||||
|
||||
2023.3.18 (2023-03-18)
|
||||
======================
|
||||
Pipenv 2023.3.18 (2023-03-18)
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
Fix import error in virtualenv utility for creating new environments caused by ``2023.3.18`` release.
|
||||
@@ -2,4 +2,4 @@
|
||||
# // ) ) / / // ) ) //___) ) // ) ) || / /
|
||||
# //___/ / / / //___/ / // // / / || / /
|
||||
# // / / // ((____ // / / ||/ /
|
||||
__version__ = "2023.3.19.dev0"
|
||||
__version__ = "2023.3.20"
|
||||
|
||||
Reference in New Issue
Block a user