Skip to content

Commit e6b9117

Browse files
committed
Bump version: 64.0.3 → 65.0.0
1 parent 8d90b83 commit e6b9117

File tree

6 files changed

+17
-6
lines changed

6 files changed

+17
-6
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 64.0.3
2+
current_version = 65.0.0
33
commit = True
44
tag = True
55

CHANGES.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
v65.0.0
2+
-------
3+
4+
5+
Breaking Changes
6+
^^^^^^^^^^^^^^^^
7+
* #3505: Removed 'msvccompiler' and 'msvc9compiler' modules from distutils.
8+
* #3521: Remove bdist_msi and bdist_wininst commands, which have been deprecated since Python 3.9. Use older Setuptools for these behaviors if needed.
9+
10+
Documentation changes
11+
^^^^^^^^^^^^^^^^^^^^^
12+
* #3519: Changed the note in ``keywords`` documentation regarding editable installations
13+
to specify which ``setuptools`` version require a minimal ``setup.py`` file or not.
14+
15+
116
v64.0.3
217
-------
318

changelog.d/3505.breaking.rst

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

changelog.d/3519.doc.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog.d/3521.breaking.rst

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

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = setuptools
3-
version = 64.0.3
3+
version = 65.0.0
44
author = Python Packaging Authority
55
author_email = [email protected]
66
description = Easily download, build, install, upgrade, and uninstall Python packages

0 commit comments

Comments
 (0)