Skip to content

Commit ea5a0be

Browse files
committed
Release v2022.12.19
1 parent 0698b92 commit ea5a0be

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2022.12.19 (2022-12-19)
2+
=======================
3+
Pipenv 2022.12.19 (2022-12-19)
4+
==============================
5+
6+
7+
Bug Fixes
8+
---------
9+
10+
- Fix for ``requirementslib`` hanging during install of remote wheels files. `#5546 <https://github.com/pypa/pipenv/issues/5546>`_
11+
12+
113
2022.12.17 (2022-12-17)
214
=======================
315
Pipenv 2022.12.17 (2022-12-17)

news/5546.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__ = "2022.12.18.dev0"
5+
__version__ = "2022.12.19"

pipenv/pipenv.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2929
..
30-
.TH "PIPENV" "1" "Dec 17, 2022" "2022.12.17" "pipenv"
30+
.TH "PIPENV" "1" "Dec 19, 2022" "2022.12.19" "pipenv"
3131
.sp
3232
Pipenv uses a set of commands to manage your Project\(aqs dependencies and custom scripts.
3333
It replaces the use of \fBMakefile\fP, direct calls to \fBpip\fP and \fBpython \-m venv\fP or \fBvirtualenv\fP\&.

0 commit comments

Comments
 (0)