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

Bump version: 51.3.3 → 52.0.0

parent 4a4ef0ba
[bumpversion]
current_version = 51.3.3
current_version = 52.0.0
commit = True
tag = True
......
v52.0.0
-------
Breaking Changes
^^^^^^^^^^^^^^^^
* #2537: Remove fallback support for fetch_build_eggs using easy_install. Now pip is required for setup_requires to succeed.
* #2544: Removed 'easy_install' top-level model (runpy entry point) and 'easy_install' console script.
* #2545: Removed support for eggsecutables.
Changes
^^^^^^^
* #2459: Tests now run in parallel via pytest-xdist, completing in about half the time. Special thanks to :user:`webknjaz` for hard work implementing test isolation. To run without parallelization, disable the plugin with ``tox -- -p no:xdist``.
v51.3.3
-------
......
Tests now run in parallel via pytest-xdist, completing in about half the time. Special thanks to :user:`webknjaz` for hard work implementing test isolation. To run without parallelization, disable the plugin with ``tox -- -p no:xdist``.
Remove fallback support for fetch_build_eggs using easy_install. Now pip is required for setup_requires to succeed.
Removed 'easy_install' top-level model (runpy entry point) and 'easy_install' console script.
Removed support for eggsecutables.
......@@ -2,7 +2,7 @@
license_files =
LICENSE
name = setuptools
version = 51.3.3
version = 52.0.0
author = Python Packaging Authority
author_email = distutils-sig@python.org
description = Easily download, build, install, upgrade, and uninstall Python packages
......
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