Skip to content

Commit f54ec14

Browse files
committed
Bump version: 61.2.0 → 61.3.0
1 parent b9d3f99 commit f54ec14

File tree

6 files changed

+18
-7
lines changed

6 files changed

+18
-7
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 61.2.0
2+
current_version = 61.3.0
33
commit = True
44
tag = True
55

CHANGES.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
v61.3.0
2+
-------
3+
4+
5+
Changes
6+
^^^^^^^
7+
* #3229: Disabled automatic download of ``trove-classifiers`` to facilitate reproducibility.
8+
9+
Misc
10+
^^^^
11+
* #3229: Updated ``pyproject.toml`` validation via ``validate-pyproject`` v0.7.1.
12+
* #3229: New internal tool made available for updating the code responsible for
13+
the validation of ``pyproject.toml``.
14+
This tool can be executed via ``tox -e generate-validation-code``.
15+
16+
117
v61.2.0
218
-------
319

changelog.d/3229.change.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/3229.misc.1.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/3229.misc.2.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = setuptools
3-
version = 61.2.0
3+
version = 61.3.0
44
author = Python Packaging Authority
55
author_email = [email protected]
66
description = Easily download, build, install, upgrade, and uninstall Python packages

0 commit comments

Comments
 (0)