Skip to content

Commit 321a7d0

Browse files
committed
Release v2022.11.30
1 parent 88ffc3d commit 321a7d0

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2022.11.30 (2022-11-30)
2+
=======================
3+
Pipenv 2022.11.30 (2022-11-30)
4+
==============================
5+
6+
7+
Bug Fixes
8+
---------
9+
10+
- Fix regression: pipenv does not sync indexes to lockfile. `#5508 <https://github.com/pypa/pipenv/issues/5508>`_
11+
12+
113
2022.11.25 (2022-11-24)
214
=======================
315
Pipenv 2022.11.25 (2022-11-24)

news/5508.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

pipenv/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# // ) ) / / // ) ) //___) ) // ) ) || / /
33
# //___/ / / / //___/ / // // / / || / /
44
# // / / // ((____ // / / ||/ /
5-
__version__ = "2022.11.24.dev0"
5+
__version__ = "2022.11.30"

pipenv/pipenv.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2929
..
30-
.TH "PIPENV" "1" "Nov 24, 2022" "2022.11.25" "pipenv"
30+
.TH "PIPENV" "1" "Nov 30, 2022" "2022.11.30" "pipenv"
3131
.sp
3232
Pipenv uses a set of commands to manage your Project\(aqs dependencies and custom scripts.
3333
It replaces the use of \fBMakefile\fP, direct calls to \fBpip\fP and \fBpython \-m venv\fP or \fBvirtualenv\fP\&.

0 commit comments

Comments
 (0)