diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2020-05-28 07:27:00 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-05-28 07:27:00 -0400 |
commit | 7339f2c1cea8fa5275b699f494300a309d58c580 (patch) | |
tree | b20388120f8a5c3c5e97aa5ee60538f74b4e7b46 | |
parent | 11051abd79b04782d759720a4d9dac2d2bbbf49c (diff) | |
download | external_python_setuptools-47.0.0.tar.gz external_python_setuptools-47.0.0.tar.bz2 external_python_setuptools-47.0.0.zip |
Bump version: 46.4.0 → 47.0.0v47.0.0
-rw-r--r-- | .bumpversion.cfg | 2 | ||||
-rw-r--r-- | CHANGES.rst | 7 | ||||
-rw-r--r-- | changelog.d/1700.change.rst | 1 | ||||
-rw-r--r-- | changelog.d/2094.breaking.rst | 1 | ||||
-rw-r--r-- | setup.cfg | 2 |
5 files changed, 9 insertions, 4 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 72d02f2b..2639380e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 46.4.0 +current_version = 47.0.0 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index ea667028..db1c67f7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,10 @@ +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 ------- diff --git a/changelog.d/1700.change.rst b/changelog.d/1700.change.rst deleted file mode 100644 index f66046a2..00000000 --- a/changelog.d/1700.change.rst +++ /dev/null @@ -1 +0,0 @@ -Document all supported keywords by migrating the ones from distutils. diff --git a/changelog.d/2094.breaking.rst b/changelog.d/2094.breaking.rst deleted file mode 100644 index c278d0fd..00000000 --- a/changelog.d/2094.breaking.rst +++ /dev/null @@ -1 +0,0 @@ -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 [metadata] name = setuptools -version = 46.4.0 +version = 47.0.0 description = Easily download, build, install, upgrade, and uninstall Python packages author = Python Packaging Authority author_email = distutils-sig@python.org |