Skip to content

Commit 7339f2c

Browse files
committed
Bump version: 46.4.0 → 47.0.0
1 parent 11051ab commit 7339f2c

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-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 = 46.4.0
2+
current_version = 47.0.0
33
commit = True
44
tag = True
55

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
v47.0.0
2+
-------
3+
4+
* #2094: Setuptools now actively crashes under Python 2. Python 3.5 or later is required. Users of Python 2 should use ``setuptools<45``.
5+
* #1700: Document all supported keywords by migrating the ones from distutils.
6+
7+
18
v46.4.0
29
-------
310

changelog.d/1700.change.rst

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

changelog.d/2094.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
@@ -16,7 +16,7 @@ formats = zip
1616

1717
[metadata]
1818
name = setuptools
19-
version = 46.4.0
19+
version = 47.0.0
2020
description = Easily download, build, install, upgrade, and uninstall Python packages
2121
author = Python Packaging Authority
2222
author_email = [email protected]

0 commit comments

Comments
 (0)