Release v2023.7.3

This commit is contained in:
Matt Davis
2023-07-02 15:44:49 -04:00
parent 846b68b35c
commit e790186f6a
3 changed files with 13 additions and 2 deletions
+12
View File
@@ -1,3 +1,15 @@
2023.7.3 (2023-07-02)
=====================
Pipenv 2023.7.3 (2023-07-02)
============================
Bug Fixes
---------
- Fix regression with ``--system`` flag usage. `#5773 <https://github.com/pypa/pipenv/issues/5773>`_
2023.7.1 (2023-07-01)
=====================
Pipenv 2023.7.1 (2023-07-01)
-1
View File
@@ -1 +0,0 @@
Fix regression with ``--system`` flag usage.
+1 -1
View File
@@ -2,4 +2,4 @@
# // ) ) / / // ) ) //___) ) // ) ) || / /
# //___/ / / / //___/ / // // / / || / /
# // / / // ((____ // / / ||/ /
__version__ = "2023.7.2.dev0"
__version__ = "2023.7.3"