Skip to content

Commit

Permalink
Release v2022.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming committed Jan 8, 2022
1 parent 439782a commit d378b9f
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 7 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
2022.1.8 (2022-01-08)
=====================


Bug Fixes
---------

- Remove the extra parentheses around the venv prompt. `#4877 <https://github.com/pypa/pipenv/issues/4877>`_
- Fix a bug of installation fails when extra index url is given. `#4881 <https://github.com/pypa/pipenv/issues/4881>`_
- 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>`_
- Fix the index parsing to reject illegal requirements.txt. `#4899 <https://github.com/pypa/pipenv/issues/4899>`_


2021.11.23 (2021-11-23)
=======================

Expand Down
1 change: 0 additions & 1 deletion news/4877.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/4881.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/4885.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/4899.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__ = "2021.11.23"
__version__ = "2022.1.8"
16 changes: 14 additions & 2 deletions pipenv/pipenv.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "PIPENV" "1" "Nov 23, 2021" "2021.11.23" "pipenv"
.TH "PIPENV" "1" "Jan 08, 2022" "2022.1.8" "pipenv"
.SH NAME
pipenv \- pipenv Documentation
.
Expand Down Expand Up @@ -442,6 +442,18 @@ You might want to set \fBexport PIPENV_VENV_IN_PROJECT=1\fP in your .bashrc/.zsh
.sp
Congratulations, you now know how to install and use Python packages! ✨ 🍰 ✨
.SS Release and Version History
.SS 2022.1.8 (2022\-01\-08)
.SS Bug Fixes
.INDENT 0.0
.IP \(bu 2
Remove the extra parentheses around the venv prompt. \fI\%#4877\fP
.IP \(bu 2
Fix a bug of installation fails when extra index url is given. \fI\%#4881\fP
.IP \(bu 2
Fix regression where lockfiles would only include the hashes for releases for the platform generating the lockfile \fI\%#4885\fP
.IP \(bu 2
Fix the index parsing to reject illegal requirements.txt. \fI\%#4899\fP
.UNINDENT
.SS 2021.11.23 (2021\-11\-23)
.SS Bug Fixes
.INDENT 0.0
Expand Down Expand Up @@ -2059,7 +2071,7 @@ Otherwise, whatever virtualenv defaults to will be the default.
.IP \(bu 2
\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).
.IP \(bu 2
\fBcheck\fP checks for security vulnerabilities and asserts that PEP 508 requirements are being met by the current environment.
\fBcheck\fP checks for security vulnerabilities and asserts that \fI\%PEP 508\fP requirements are being met by the current environment.
.UNINDENT
.SH FURTHER DOCUMENTATION GUIDES
.SS Basic Usage of Pipenv
Expand Down

0 comments on commit d378b9f

Please # to comment.