diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-11-14 17:45:41 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-11-14 17:45:41 -0500 |
| commit | c5a4c42d38cd0ba5ecd34977e211ae4b6865afec (patch) | |
| tree | b98bd4693f0ae550b3739e0c6e7861ba94cdb533 | |
| parent | bcab22aabb2cb06d8aa9334e04376b5ee08abf6f (diff) | |
| download | python-setuptools-git-c5a4c42d38cd0ba5ecd34977e211ae4b6865afec.tar.gz | |
Bump version: 59.0.1 → 59.1.0v59.1.0
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | CHANGES.rst | 16 | ||||
| -rw-r--r-- | changelog.d/2497.change.rst | 1 | ||||
| -rw-r--r-- | changelog.d/2867.doc.1.rst | 1 | ||||
| -rw-r--r-- | changelog.d/2867.doc.2.rst | 1 | ||||
| -rw-r--r-- | changelog.d/2877.change.rst | 1 | ||||
| -rw-r--r-- | changelog.d/2879.change.rst | 1 | ||||
| -rw-r--r-- | setup.cfg | 2 |
8 files changed, 18 insertions, 7 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3be75098..03facc28 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 2ba54410..73f243c7 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 cd38938f..00000000 --- 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 49f8be3e..00000000 --- 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 b00a829e..00000000 --- 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 d6040518..00000000 --- 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 7a74a94b..00000000 --- a/changelog.d/2879.change.rst +++ /dev/null @@ -1 +0,0 @@ -Bump packaging to 21.2. @@ -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 |
