Skip to content

Commit d378b9f

Browse files
committed
Release v2022.1.8
1 parent 439782a commit d378b9f

File tree

7 files changed

+28
-7
lines changed

7 files changed

+28
-7
lines changed

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
2022.1.8 (2022-01-08)
2+
=====================
3+
4+
5+
Bug Fixes
6+
---------
7+
8+
- Remove the extra parentheses around the venv prompt. `#4877 <https://github.com/pypa/pipenv/issues/4877>`_
9+
- Fix a bug of installation fails when extra index url is given. `#4881 <https://github.com/pypa/pipenv/issues/4881>`_
10+
- Fix regression where lockfiles would only include the hashes for releases for the platform generating the lockfile `#4885 <https://github.com/pypa/pipenv/issues/4885>`_
11+
- Fix the index parsing to reject illegal requirements.txt. `#4899 <https://github.com/pypa/pipenv/issues/4899>`_
12+
13+
114
2021.11.23 (2021-11-23)
215
=======================
316

news/4877.bugfix.rst

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

news/4881.bugfix.rst

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

news/4885.bugfix.rst

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

news/4899.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__ = "2021.11.23"
5+
__version__ = "2022.1.8"

pipenv/pipenv.1

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Man page generated from reStructuredText.
22
.
3-
.TH "PIPENV" "1" "Nov 23, 2021" "2021.11.23" "pipenv"
3+
.TH "PIPENV" "1" "Jan 08, 2022" "2022.1.8" "pipenv"
44
.SH NAME
55
pipenv \- pipenv Documentation
66
.
@@ -442,6 +442,18 @@ You might want to set \fBexport PIPENV_VENV_IN_PROJECT=1\fP in your .bashrc/.zsh
442442
.sp
443443
Congratulations, you now know how to install and use Python packages! ✨ 🍰 ✨
444444
.SS Release and Version History
445+
.SS 2022.1.8 (2022\-01\-08)
446+
.SS Bug Fixes
447+
.INDENT 0.0
448+
.IP \(bu 2
449+
Remove the extra parentheses around the venv prompt. \fI\%#4877\fP
450+
.IP \(bu 2
451+
Fix a bug of installation fails when extra index url is given. \fI\%#4881\fP
452+
.IP \(bu 2
453+
Fix regression where lockfiles would only include the hashes for releases for the platform generating the lockfile \fI\%#4885\fP
454+
.IP \(bu 2
455+
Fix the index parsing to reject illegal requirements.txt. \fI\%#4899\fP
456+
.UNINDENT
445457
.SS 2021.11.23 (2021\-11\-23)
446458
.SS Bug Fixes
447459
.INDENT 0.0
@@ -2059,7 +2071,7 @@ Otherwise, whatever virtualenv defaults to will be the default.
20592071
.IP \(bu 2
20602072
\fBrun\fP will run a given command from the virtualenv, with any arguments forwarded (e.g. \fB$ pipenv run python\fP or \fB$ pipenv run pip freeze\fP).
20612073
.IP \(bu 2
2062-
\fBcheck\fP checks for security vulnerabilities and asserts that PEP 508 requirements are being met by the current environment.
2074+
\fBcheck\fP checks for security vulnerabilities and asserts that \fI\%PEP 508\fP requirements are being met by the current environment.
20632075
.UNINDENT
20642076
.SH FURTHER DOCUMENTATION GUIDES
20652077
.SS Basic Usage of Pipenv

0 commit comments

Comments
 (0)