File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
13
2022.11.25 (2022-11-24)
2
14
=======================
3
15
Pipenv 2022.11.25 (2022-11-24)
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
# // ) ) / / // ) ) //___) ) // ) ) || / /
3
3
# //___/ / / / //___/ / // // / / || / /
4
4
# // / / // ((____ // / / ||/ /
5
- __version__ = "2022.11.24.dev0 "
5
+ __version__ = "2022.11.30 "
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
27
27
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
28
28
.in \\n[ rst2man-indent\\n[ rst2man-indent-level ] ]u
29
29
..
30
- .TH "PIPENV" "1" "Nov 24 , 2022" "2022.11.25 " "pipenv"
30
+ .TH "PIPENV" "1" "Nov 30 , 2022" "2022.11.30 " "pipenv"
31
31
.sp
32
32
Pipenv uses a set of commands to manage your Project\(aq s dependencies and custom scripts.
33
33
It replaces the use of \fB Makefile \fP , direct calls to \fB pip \fP and \fB python \- m venv \fP or \fB virtualenv \fP \& .
You can’t perform that action at this time.
0 commit comments