Skip to content

Commit 2ab03c7

Browse files
committed
Bump version: 66.1.1 → 67.0.0
1 parent 6510d12 commit 2ab03c7

File tree

5 files changed

+17
-9
lines changed

5 files changed

+17
-9
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 66.1.1
2+
current_version = 67.0.0
33
commit = True
44
tag = True
55

CHANGES.rst

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
v67.0.0
2+
-------
3+
4+
5+
Breaking Changes
6+
^^^^^^^^^^^^^^^^
7+
* #3741: Removed patching of ``distutils._msvccompiler.gen_lib_options``
8+
for compatibility with Numpy < 1.11.2 -- by :user:`mgorny`
9+
* #3790: Bump vendored version of :pypi:`packaging` to 23.0
10+
(:pypi:`pyparsing` is no longer required and was removed).
11+
As a consequence, users will experience a more strict parsing of requirements.
12+
Specifications that don't comply with :pep:`440` and :pep:`508` will result
13+
in build errors.
14+
15+
116
v66.1.1
217
-------
318

changelog.d/3741.breaking.rst

-2
This file was deleted.

changelog.d/3790.breaking.rst

-5
This file was deleted.

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = setuptools
3-
version = 66.1.1
3+
version = 67.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)