Commit 7339f2c1 authored by Jason R. Coombs's avatar Jason R. Coombs

Bump version: 46.4.0 → 47.0.0

parent 11051abd
[bumpversion] [bumpversion]
current_version = 46.4.0 current_version = 47.0.0
commit = True commit = True
tag = True tag = True
......
v47.0.0
-------
* #2094: Setuptools now actively crashes under Python 2. Python 3.5 or later is required. Users of Python 2 should use ``setuptools<45``.
* #1700: Document all supported keywords by migrating the ones from distutils.
v46.4.0 v46.4.0
------- -------
......
Document all supported keywords by migrating the ones from distutils.
Setuptools now actively crashes under Python 2. Python 3.5 or later is required. Users of Python 2 should use ``setuptools<45``.
...@@ -16,7 +16,7 @@ formats = zip ...@@ -16,7 +16,7 @@ formats = zip
[metadata] [metadata]
name = setuptools name = setuptools
version = 46.4.0 version = 47.0.0
description = Easily download, build, install, upgrade, and uninstall Python packages description = Easily download, build, install, upgrade, and uninstall Python packages
author = Python Packaging Authority author = Python Packaging Authority
author_email = distutils-sig@python.org author_email = distutils-sig@python.org
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment