Skip to content

Commit 03f0732

Browse files
committed
Bump version: 65.7.0 → 66.0.0
1 parent 217d926 commit 03f0732

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
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 = 65.7.0
2+
current_version = 66.0.0
33
commit = True
44
tag = True
55

CHANGES.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
v66.0.0
2+
-------
3+
4+
5+
Breaking Changes
6+
^^^^^^^^^^^^^^^^
7+
* #2497: Support for PEP 440 non-conforming versions has been removed. Environments containing packages with non-conforming versions may fail or the packages may not be recognized.
8+
9+
Changes
10+
^^^^^^^
11+
* #3769: Replace 'appdirs' with 'platformdirs'.
12+
13+
114
v65.7.0
215
-------
316

changelog.d/2497.breaking.rst

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

changelog.d/3769.change.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 = 65.7.0
3+
version = 66.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)