Skip to content

Commit

Permalink
Release v2021.11.23
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming committed Nov 23, 2021
1 parent ce1930d commit 1a5584e
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 8 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2021.11.23 (2021-11-23)
=======================


Bug Fixes
---------

- Update ``charset-normalizer`` from ``2.0.3`` to ``2.0.7``, this fixes an import error on Python 3.6. `#4865 <https://github.com/pypa/pipenv/issues/4865>`_
- Fix a bug of deleting a virtualenv that is not managed by Pipenv. `#4867 <https://github.com/pypa/pipenv/issues/4867>`_
- Fix a bug that source is not added to ``Pipfile`` when index url is given with ``pipenv install``. `#4873 <https://github.com/pypa/pipenv/issues/4873>`_


2021.11.15 (2021-11-15)
=======================

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion news/4873.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.15"
__version__ = "2021.11.23"
18 changes: 14 additions & 4 deletions pipenv/pipenv.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
.\" Man page generated from reStructuredText.
.
.TH "PIPENV" "1" "Nov 23, 2021" "2021.11.23" "pipenv"
.SH NAME
pipenv \- pipenv Documentation
.
.nr rst2man-indent-level 0
.
Expand Down Expand Up @@ -27,9 +30,6 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.TH "PIPENV" "1" "Nov 15, 2021" "2021.11.15" "pipenv"
.SH NAME
pipenv \- pipenv Documentation
\fI\%\fP\fI\%\fP\fI\%\fP
.sp
.ce
Expand Down Expand Up @@ -442,6 +442,16 @@ 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 2021.11.23 (2021\-11\-23)
.SS Bug Fixes
.INDENT 0.0
.IP \(bu 2
Update \fBcharset\-normalizer\fP from \fB2.0.3\fP to \fB2.0.7\fP, this fixes an import error on Python 3.6. \fI\%#4865\fP
.IP \(bu 2
Fix a bug of deleting a virtualenv that is not managed by Pipenv. \fI\%#4867\fP
.IP \(bu 2
Fix a bug that source is not added to \fBPipfile\fP when index url is given with \fBpipenv install\fP\&. \fI\%#4873\fP
.UNINDENT
.SS 2021.11.15 (2021\-11\-15)
.SS Bug Fixes
.INDENT 0.0
Expand Down Expand Up @@ -3335,7 +3345,7 @@ bool
.UNINDENT
.INDENT 0.0
.TP
.B pipenv.environments.is_using_venv()
.B pipenv.environments.is_using_venv() -> bool
Check for venv\-based virtual environment which sets sys.base_prefix
.UNINDENT
.sp
Expand Down

0 comments on commit 1a5584e

Please sign in to comment.