Commit 7ff17392 authored by Jason R. Coombs's avatar Jason R. Coombs

Bump version: 50.3.1 → 50.3.2

parent edd84c82
[bumpversion]
current_version = 50.3.1
current_version = 50.3.2
commit = True
tag = True
......
v50.3.2
-------
Documentation changes
^^^^^^^^^^^^^^^^^^^^^
* #2394: Extended towncrier news template to include change note categories.
This allows to see what types of changes a given version introduces
-- by :user:`webknjaz`
* #2427: Started enforcing strict syntax and reference validation
in the Sphinx docs -- by :user:`webknjaz`
* #2428: Removed redundant Sphinx ``Makefile`` support -- by :user:`webknjaz`
Misc
^^^^
* #2401: Enabled test results reporting in AppVeyor CI
-- by :user:`webknjaz`
* #2420: Replace Python 3.9.0 beta with 3.9.0 final on GitHub Actions.
* #2421: Python 3.9 Trove classifier got added to the dist metadata
-- by :user:`webknjaz`
v50.3.1
-------
......
Extended towncrier news template to include change note categories.
This allows to see what types of changes a given version introduces
-- by :user:`webknjaz`
Enabled test results reporting in AppVeyor CI
-- by :user:`webknjaz`
Replace Python 3.9.0 beta with 3.9.0 final on GitHub Actions.
Python 3.9 Trove classifier got added to the dist metadata
-- by :user:`webknjaz`
Started enforcing strict syntax and reference validation
in the Sphinx docs -- by :user:`webknjaz`
Removed redundant Sphinx ``Makefile`` support -- by :user:`webknjaz`
......@@ -16,7 +16,7 @@ formats = zip
[metadata]
name = setuptools
version = 50.3.1
version = 50.3.2
description = Easily download, build, install, upgrade, and uninstall Python packages
author = Python Packaging Authority
author_email = distutils-sig@python.org
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment