Skip to content

Commit

Permalink
Release v2022.11.11
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Nov 11, 2022
1 parent a4d0425 commit 8f47f90
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2022.11.11 (2022-11-11)
=======================
Pipenv 2022.11.11 (2022-11-11)
==============================


Bug Fixes
---------

- Fix regression of lock generation that caused the keep-outdated behavior to be default. `#5456 <https://github.com/pypa/pipenv/issues/5456>`_


2022.11.5 (2022-11-05)
======================
Pipenv 2022.11.5 (2022-11-05)
Expand Down
1 change: 0 additions & 1 deletion news/5456.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.11.6.dev0"
__version__ = "2022.11.11"
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 05, 2022" "2022.11.5" "pipenv"
.TH "PIPENV" "1" "Nov 11, 2022" "2022.11.11" "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 8f47f90

Please sign in to comment.