Skip to content

Commit 1808923

Browse files
committed
Release v2023.7.4
1 parent 343f020 commit 1808923

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
2023.7.4 (2023-07-04)
2+
=====================
3+
Pipenv 2023.7.4 (2023-07-04)
4+
============================
5+
6+
7+
Bug Fixes
8+
---------
9+
10+
- 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>`_
11+
- Ensure hashes included in a generated requirements file are after any markers. `#5777 <https://github.com/pypa/pipenv/issues/5777>`_
12+
13+
114
2023.7.3 (2023-07-02)
215
=====================
316
Pipenv 2023.7.3 (2023-07-02)

news/5765.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/5777.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

pipenv/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# // ) ) / / // ) ) //___) ) // ) ) || / /
33
# //___/ / / / //___/ / // // / / || / /
44
# // / / // ((____ // / / ||/ /
5-
__version__ = "2023.7.2.dev0"
5+
__version__ = "2023.7.4"

0 commit comments

Comments
 (0)