Skip to content

Commit

Permalink
Release v2023.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Jul 2, 2023
1 parent 846b68b commit e790186
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
1 change: 0 additions & 1 deletion news/5773.bugfix.rst

This file was deleted.

2 changes: 1 addition & 1 deletion pipenv/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# // ) ) / / // ) ) //___) ) // ) ) || / /
# //___/ / / / //___/ / // // / / || / /
# // / / // ((____ // / / ||/ /
__version__ = "2023.7.2.dev0"
__version__ = "2023.7.3"

0 comments on commit e790186

Please sign in to comment.