Commit b6bbe236 authored by Jason R. Coombs's avatar Jason R. Coombs

Bump version: 50.3.2 → 51.0.0

parent 7f477c52
[bumpversion]
current_version = 50.3.2
current_version = 51.0.0
commit = True
tag = True
......
v51.0.0
-------
Breaking Changes
^^^^^^^^^^^^^^^^
* #2435: Require Python 3.6 or later.
Documentation changes
^^^^^^^^^^^^^^^^^^^^^
* #2430: Fixed inconsistent RST title nesting levels caused by #2399
-- by :user:`webknjaz`
* #2430: Fixed a typo in Sphinx docs that made docs dev section disappear
as a result of PR #2426 -- by :user:`webknjaz`
Misc
^^^^
* #2471: Removed the tests that guarantee that the vendored dependencies can be built by distutils.
v50.3.2
-------
......
Fixed a typo in Sphinx docs that made docs dev section disappear
as a result of PR #2426 -- by :user:`webknjaz`
Fixed inconsistent RST title nesting levels caused by #2399
-- by :user:`webknjaz`
Require Python 3.6 or later.
Removed the tests that guarantee that the vendored dependencies can be built by distutils.
......@@ -16,7 +16,7 @@ formats = zip
[metadata]
name = setuptools
version = 50.3.2
version = 51.0.0
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