Commit 3955acbb authored by Jason R. Coombs's avatar Jason R. Coombs

Bump version: 47.2.0 → 47.3.0

parent 4918afcc
[bumpversion]
current_version = 47.2.0
current_version = 47.3.0
commit = True
tag = True
......
v47.3.0
-------
* #2197: Console script wrapper for editable installs now has a unified template and honors importlib_metadata if present for faster script execution on older Pythons.
* #2195: Fix broken entry points generated by easy-install (pip editable installs).
v47.2.0
-------
......
Fix broken entry points generated by easy-install (pip editable installs).
Console script wrapper for editable installs now has a unified template and honors importlib_metadata if present for faster script execution on older Pythons.
......@@ -16,7 +16,7 @@ formats = zip
[metadata]
name = setuptools
version = 47.2.0
version = 47.3.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