Skip to content

Commit

Permalink
Release v2022.8.14
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Aug 14, 2022
1 parent 3cfdf79 commit d74f277
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 9 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2022.8.14 (2022-08-14)
======================


Bug Fixes
---------

- Removed ``packaging`` library from ``BAD_PACKAGES`` constant to allow it to be installed, which fixes regression from ``pipenv==2022.8.13``. `#5247 <https://github.com/pypa/pipenv/issues/5247>`_


2022.8.13 (2022-08-13)
======================

Expand Down
1 change: 0 additions & 1 deletion news/5244.trivial.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/5247.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__ = "2022.8.14.dev0"
__version__ = "2022.8.14"
18 changes: 12 additions & 6 deletions pipenv/pipenv.1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ 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" "Aug 13, 2022" "2022.8.13" "pipenv"
.TH "PIPENV" "1" "Aug 14, 2022" "2022.8.14" "pipenv"
.SH NAME
pipenv \- pipenv Documentation
\fI\%\fP\fI\%\fP\fI\%\fP
Expand Down Expand Up @@ -453,6 +453,12 @@ 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.8.14 (2022\-08\-14)
.SS Bug Fixes
.INDENT 0.0
.IP \(bu 2
Removed \fBpackaging\fP library from \fBBAD_PACKAGES\fP constant to allow it to be installed, which fixes regression from \fBpipenv==2022.8.13\fP\&. \fI\%#5247\fP
.UNINDENT
.SS 2022.8.13 (2022\-08\-13)
.SS Bug Fixes
.INDENT 0.0
Expand Down Expand Up @@ -1372,28 +1378,28 @@ Update vendored dependencies and invocations
.INDENT 2.0
.IP \(bu 2
Update vendored and patched dependencies
\- Update patches on \fBpiptools\fP, \fBpip\fP, \fBpip\-shims\fP,
\- Update patches on \fBpiptools\fP, \fBpip\fP, \fBpip\-shims\fP,
.nf
\(ga\(ga
.fi
tomlkit\(ga
.IP \(bu 2
Fix invocations of dependencies
\- Fix custom
\- Fix custom
.nf
\(ga\(ga
.fi
InstallCommand\(ga instantiation
\- Update
\- Update
.nf
\(ga\(ga
.fi
PackageFinder\(ga usage
\- Fix
\- Fix
.nf
\(ga\(ga
.fi
Bool\(ga stringify attempts from
Bool\(ga stringify attempts from
.nf
\(ga\(ga
.fi
Expand Down

0 comments on commit d74f277

Please sign in to comment.