Skip to content

Commit

Permalink
Bump version: 51.3.3 → 52.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jan 24, 2021
1 parent 4a4ef0b commit e1ffc2a
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 51.3.3
current_version = 52.0.0
commit = True
tag = True

Expand Down
15 changes: 15 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
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
-------

Expand Down
1 change: 0 additions & 1 deletion changelog.d/2459.change.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2537.breaking.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2544.breaking.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2545.breaking.rst

This file was deleted.

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e1ffc2a

Please sign in to comment.