Skip to content

Commit 7ff1739

Browse files
committed
Bump version: 50.3.1 → 50.3.2
1 parent edd84c8 commit 7ff1739

File tree

9 files changed

+24
-13
lines changed

9 files changed

+24
-13
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 = 50.3.1
2+
current_version = 50.3.2
33
commit = True
44
tag = True
55

CHANGES.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
v50.3.2
2+
-------
3+
4+
5+
Documentation changes
6+
^^^^^^^^^^^^^^^^^^^^^
7+
* #2394: Extended towncrier news template to include change note categories.
8+
This allows to see what types of changes a given version introduces
9+
-- by :user:`webknjaz`
10+
* #2427: Started enforcing strict syntax and reference validation
11+
in the Sphinx docs -- by :user:`webknjaz`
12+
* #2428: Removed redundant Sphinx ``Makefile`` support -- by :user:`webknjaz`
13+
14+
Misc
15+
^^^^
16+
* #2401: Enabled test results reporting in AppVeyor CI
17+
-- by :user:`webknjaz`
18+
* #2420: Replace Python 3.9.0 beta with 3.9.0 final on GitHub Actions.
19+
* #2421: Python 3.9 Trove classifier got added to the dist metadata
20+
-- by :user:`webknjaz`
21+
22+
123
v50.3.1
224
-------
325

changelog.d/2394.doc.rst

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

changelog.d/2401.misc.rst

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

changelog.d/2420.misc.rst

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

changelog.d/2421.misc.rst

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

changelog.d/2427.doc.rst

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

changelog.d/2428.doc.rst

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

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ formats = zip
1616

1717
[metadata]
1818
name = setuptools
19-
version = 50.3.1
19+
version = 50.3.2
2020
description = Easily download, build, install, upgrade, and uninstall Python packages
2121
author = Python Packaging Authority
2222
author_email = [email protected]

0 commit comments

Comments
 (0)