diff options
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | CHANGES.rst | 17 | ||||
| -rw-r--r-- | changelog.d/2497.change.rst | 1 | ||||
| -rw-r--r-- | changelog.d/2932.doc.1.rst | 2 | ||||
| -rw-r--r-- | changelog.d/2932.doc.2.rst | 3 | ||||
| -rw-r--r-- | setup.cfg | 2 |
6 files changed, 19 insertions, 8 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 57793568..095e606f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 58.3.0 +current_version = 58.4.0 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index f9612cfe..89e525c4 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,20 @@ +v58.4.0 +------- + + +Changes +^^^^^^^ +* #2497: Officially deprecated PEP 440 non-compliant versions. + +Documentation changes +^^^^^^^^^^^^^^^^^^^^^ +* #2932: Removed the deprecated ``data_files`` option from the example in the + declarative configuration docs -- by :user:`abravalheri` +* #2932: Change type of ``data_files`` option from ``dict`` to ``section`` in + declarative configuration docs (to match previous example) -- by + :user:`abravalheri` + + v58.3.0 ------- diff --git a/changelog.d/2497.change.rst b/changelog.d/2497.change.rst deleted file mode 100644 index 91d840f7..00000000 --- a/changelog.d/2497.change.rst +++ /dev/null @@ -1 +0,0 @@ -Officially deprecated PEP 440 non-compliant versions. diff --git a/changelog.d/2932.doc.1.rst b/changelog.d/2932.doc.1.rst deleted file mode 100644 index fd547d16..00000000 --- a/changelog.d/2932.doc.1.rst +++ /dev/null @@ -1,2 +0,0 @@ -Removed the deprecated ``data_files`` option from the example in the -declarative configuration docs -- by :user:`abravalheri` diff --git a/changelog.d/2932.doc.2.rst b/changelog.d/2932.doc.2.rst deleted file mode 100644 index 2b341c09..00000000 --- a/changelog.d/2932.doc.2.rst +++ /dev/null @@ -1,3 +0,0 @@ -Change type of ``data_files`` option from ``dict`` to ``section`` in -declarative configuration docs (to match previous example) -- by -:user:`abravalheri` @@ -1,6 +1,6 @@ [metadata] name = setuptools -version = 58.3.0 +version = 58.4.0 author = Python Packaging Authority author_email = distutils-sig@python.org description = Easily download, build, install, upgrade, and uninstall Python packages |
