Skip to content

Commit

Permalink
Release v2023.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Jul 5, 2023
1 parent 343f020 commit 1808923
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
2023.7.4 (2023-07-04)
=====================
Pipenv 2023.7.4 (2023-07-04)
============================


Bug Fixes
---------

- Fixes regression on Pipfile requirements syntax. Ensure default operator is provided to requirement lib to avoid crash. `#5765 <https://github.com/pypa/pipenv/issues/5765>`_
- Ensure hashes included in a generated requirements file are after any markers. `#5777 <https://github.com/pypa/pipenv/issues/5777>`_


2023.7.3 (2023-07-02)
=====================
Pipenv 2023.7.3 (2023-07-02)
Expand Down
1 change: 0 additions & 1 deletion news/5765.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/5777.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.4"

0 comments on commit 1808923

Please sign in to comment.