diff options
| author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-03-31 18:46:51 +0100 |
|---|---|---|
| committer | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-03-31 18:46:51 +0100 |
| commit | f54ec144abf25bb80a2c7b894a8a5a25035c4ac9 (patch) | |
| tree | 5a97710a0201c546979b668de1b0b31bb9d80b15 | |
| parent | b9d3f992d6cae3e80e94aac1d07134a8b6875654 (diff) | |
| download | python-setuptools-git-61.3.0.tar.gz | |
Bump version: 61.2.0 → 61.3.0v61.3.0
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | CHANGES.rst | 16 | ||||
| -rw-r--r-- | changelog.d/3229.change.rst | 1 | ||||
| -rw-r--r-- | changelog.d/3229.misc.1.rst | 1 | ||||
| -rw-r--r-- | changelog.d/3229.misc.2.rst | 3 | ||||
| -rw-r--r-- | setup.cfg | 2 |
6 files changed, 18 insertions, 7 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e8b7372c..b800edd1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 61.2.0 +current_version = 61.3.0 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index b4134436..97e075e5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,19 @@ +v61.3.0 +------- + + +Changes +^^^^^^^ +* #3229: Disabled automatic download of ``trove-classifiers`` to facilitate reproducibility. + +Misc +^^^^ +* #3229: Updated ``pyproject.toml`` validation via ``validate-pyproject`` v0.7.1. +* #3229: New internal tool made available for updating the code responsible for + the validation of ``pyproject.toml``. + This tool can be executed via ``tox -e generate-validation-code``. + + v61.2.0 ------- diff --git a/changelog.d/3229.change.rst b/changelog.d/3229.change.rst deleted file mode 100644 index d414b753..00000000 --- a/changelog.d/3229.change.rst +++ /dev/null @@ -1 +0,0 @@ -Disabled automatic download of ``trove-classifiers`` to facilitate reproducibility. diff --git a/changelog.d/3229.misc.1.rst b/changelog.d/3229.misc.1.rst deleted file mode 100644 index a905c45a..00000000 --- a/changelog.d/3229.misc.1.rst +++ /dev/null @@ -1 +0,0 @@ -Updated ``pyproject.toml`` validation via ``validate-pyproject`` v0.7.1. diff --git a/changelog.d/3229.misc.2.rst b/changelog.d/3229.misc.2.rst deleted file mode 100644 index 0f740033..00000000 --- a/changelog.d/3229.misc.2.rst +++ /dev/null @@ -1,3 +0,0 @@ -New internal tool made available for updating the code responsible for -the validation of ``pyproject.toml``. -This tool can be executed via ``tox -e generate-validation-code``. @@ -1,6 +1,6 @@ [metadata] name = setuptools -version = 61.2.0 +version = 61.3.0 author = Python Packaging Authority author_email = distutils-sig@python.org description = Easily download, build, install, upgrade, and uninstall Python packages |
