Skip to content

Commit

Permalink
Release v2022.11.23
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Nov 23, 2022
1 parent 2c36fc6 commit 3b53abf
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 13 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
2022.11.23 (2022-11-23)
=======================
Pipenv 2022.11.23 (2022-11-23)
==============================


Features & Improvements
-----------------------

- Find nushell activate scripts. `#5470 <https://github.com/pypa/pipenv/issues/5470>`_

Vendored Libraries
------------------

- * Drop unused code from cerberus
* Drop unused module wheel `#5467 <https://github.com/pypa/pipenv/issues/5467>`_
- * Replace yaspin spinner with rich spinner.
* Bump vistir version to 0.7.4 `#5468 <https://github.com/pypa/pipenv/issues/5468>`_
- Bump version of requirementslib to 2.2.0
Drop yaspin which is no longer used.
Bump vistir to version 0.7.4
Remove parse.
Remove termcolor.
Remove idna. `#5481 <https://github.com/pypa/pipenv/issues/5481>`_


2022.11.11 (2022-11-11)
=======================
Pipenv 2022.11.11 (2022-11-11)
Expand Down
2 changes: 0 additions & 2 deletions news/5467.vendor.rst

This file was deleted.

2 changes: 0 additions & 2 deletions news/5468.vendor.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/5470.feature.rst

This file was deleted.

6 changes: 0 additions & 6 deletions news/5481.vendor.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.11.12.dev0"
__version__ = "2022.11.23"
2 changes: 1 addition & 1 deletion 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" "Nov 11, 2022" "2022.11.11" "pipenv"
.TH "PIPENV" "1" "Nov 23, 2022" "2022.11.23" "pipenv"
.sp
Pipenv uses a set of commands to manage your Project\(aqs dependencies and custom scripts.
It replaces the use of \fBMakefile\fP, direct calls to \fBpip\fP and \fBpython \-m venv\fP or \fBvirtualenv\fP\&.
Expand Down

0 comments on commit 3b53abf

Please sign in to comment.