Skip to content

Commit 3fe7e54

Browse files
committed
Bump for release
1 parent bc7621a commit 3fe7e54

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

NEWS.rst

+9
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@
99
1010
.. towncrier release notes start
1111
12+
23.1.2 (2023-04-26)
13+
===================
14+
15+
Vendored Libraries
16+
------------------
17+
18+
- Upgrade setuptools to 67.7.2
19+
20+
1221
23.1.1 (2023-04-22)
1322
===================
1423

news/setuptools.vendor.rst

-1
This file was deleted.

src/pip/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from typing import List, Optional
22

3-
__version__ = "23.2.dev0"
3+
__version__ = "23.1.2"
44

55

66
def main(args: Optional[List[str]] = None) -> int:

0 commit comments

Comments
 (0)