From c5a4c42d38cd0ba5ecd34977e211ae4b6865afec Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 14 Nov 2021 17:45:41 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=2059.0.1=20=E2=86=92=2059.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CHANGES.rst | 16 ++++++++++++++++ changelog.d/2497.change.rst | 1 - changelog.d/2867.doc.1.rst | 1 - changelog.d/2867.doc.2.rst | 1 - changelog.d/2877.change.rst | 1 - changelog.d/2879.change.rst | 1 - setup.cfg | 2 +- 8 files changed, 18 insertions(+), 7 deletions(-) delete mode 100644 changelog.d/2497.change.rst delete mode 100644 changelog.d/2867.doc.1.rst delete mode 100644 changelog.d/2867.doc.2.rst delete mode 100644 changelog.d/2877.change.rst delete mode 100644 changelog.d/2879.change.rst diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3be75098a0..03facc28b7 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 59.0.1 +current_version = 59.1.0 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index 2ba5441080..73f243c70d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,19 @@ +v59.1.0 +------- + + +Changes +^^^^^^^ +* #2497: Update packaging to 21.2. +* #2877: Back out deprecation of setup_requires and replace instead by a deprecation of setuptools.installer and fetch_build_egg. Now setup_requires is still supported when installed as part of a PEP 517 build, but is deprecated when an unsatisfied requirement is encountered. +* #2879: Bump packaging to 21.2. + +Documentation changes +^^^^^^^^^^^^^^^^^^^^^ +* #2867: PNG/ICO images replaced with SVG in the docs. +* #2867: Added support to SVG "favicons" via "in-tree" Sphinx extension. + + v59.0.1 ------- diff --git a/changelog.d/2497.change.rst b/changelog.d/2497.change.rst deleted file mode 100644 index cd38938fbf..0000000000 --- a/changelog.d/2497.change.rst +++ /dev/null @@ -1 +0,0 @@ -Update packaging to 21.2. diff --git a/changelog.d/2867.doc.1.rst b/changelog.d/2867.doc.1.rst deleted file mode 100644 index 49f8be3e1a..0000000000 --- a/changelog.d/2867.doc.1.rst +++ /dev/null @@ -1 +0,0 @@ -PNG/ICO images replaced with SVG in the docs. diff --git a/changelog.d/2867.doc.2.rst b/changelog.d/2867.doc.2.rst deleted file mode 100644 index b00a829e54..0000000000 --- a/changelog.d/2867.doc.2.rst +++ /dev/null @@ -1 +0,0 @@ -Added support to SVG "favicons" via "in-tree" Sphinx extension. diff --git a/changelog.d/2877.change.rst b/changelog.d/2877.change.rst deleted file mode 100644 index d6040518af..0000000000 --- a/changelog.d/2877.change.rst +++ /dev/null @@ -1 +0,0 @@ -Back out deprecation of setup_requires and replace instead by a deprecation of setuptools.installer and fetch_build_egg. Now setup_requires is still supported when installed as part of a PEP 517 build, but is deprecated when an unsatisfied requirement is encountered. diff --git a/changelog.d/2879.change.rst b/changelog.d/2879.change.rst deleted file mode 100644 index 7a74a94b66..0000000000 --- a/changelog.d/2879.change.rst +++ /dev/null @@ -1 +0,0 @@ -Bump packaging to 21.2. diff --git a/setup.cfg b/setup.cfg index 088f54d64f..cb7281e052 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = setuptools -version = 59.0.1 +version = 59.1.0 author = Python Packaging Authority author_email = distutils-sig@python.org description = Easily download, build, install, upgrade, and uninstall Python packages