diff options
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | CHANGES.rst | 12 | ||||
| -rw-r--r-- | changelog.d/3233.misc.1.rst | 1 | ||||
| -rw-r--r-- | changelog.d/3233.misc.2.rst | 3 | ||||
| -rw-r--r-- | setup.cfg | 2 |
5 files changed, 14 insertions, 6 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b800edd1..87fa5350 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 61.3.0 +current_version = 61.3.1 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index 97e075e5..590f7766 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,15 @@ +v61.3.1 +------- + + +Misc +^^^^ +* #3233: Included missing test file ``setupcfg_examples.txt`` in ``sdist``. +* #3233: Added script that allows developers to download ``setupcfg_examples.txt`` prior to + running tests. By caching these files it should be possible to run the test suite + offline. + + v61.3.0 ------- diff --git a/changelog.d/3233.misc.1.rst b/changelog.d/3233.misc.1.rst deleted file mode 100644 index f518f357..00000000 --- a/changelog.d/3233.misc.1.rst +++ /dev/null @@ -1 +0,0 @@ -Included missing test file ``setupcfg_examples.txt`` in ``sdist``. diff --git a/changelog.d/3233.misc.2.rst b/changelog.d/3233.misc.2.rst deleted file mode 100644 index dce30965..00000000 --- a/changelog.d/3233.misc.2.rst +++ /dev/null @@ -1,3 +0,0 @@ -Added script that allows developers to download ``setupcfg_examples.txt`` prior to -running tests. By caching these files it should be possible to run the test suite -offline. @@ -1,6 +1,6 @@ [metadata] name = setuptools -version = 61.3.0 +version = 61.3.1 author = Python Packaging Authority author_email = distutils-sig@python.org description = Easily download, build, install, upgrade, and uninstall Python packages |
