diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-06-15 16:47:28 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-06-15 16:47:28 -0400 |
| commit | 3955acbb0da75df804d86a52d6fbcc269075a9d3 (patch) | |
| tree | 174a001e3c5f1fc4c343611a281456b1241c0b72 | |
| parent | 4918afcc458502c9e72e30a4f8c99b08ad5e54b5 (diff) | |
| download | python-setuptools-git-3955acbb0da75df804d86a52d6fbcc269075a9d3.tar.gz | |
Bump version: 47.2.0 → 47.3.0v47.3.0
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | CHANGES.rst | 7 | ||||
| -rw-r--r-- | changelog.d/2195.misc.rst | 1 | ||||
| -rw-r--r-- | changelog.d/2197.change.rst | 1 | ||||
| -rw-r--r-- | setup.cfg | 2 |
5 files changed, 9 insertions, 4 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ffb0f2e8..1bdc4be3 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 47.2.0 +current_version = 47.3.0 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index 44abab75..16608ddc 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,10 @@ +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 ------- diff --git a/changelog.d/2195.misc.rst b/changelog.d/2195.misc.rst deleted file mode 100644 index f73994dd..00000000 --- a/changelog.d/2195.misc.rst +++ /dev/null @@ -1 +0,0 @@ -Fix broken entry points generated by easy-install (pip editable installs). diff --git a/changelog.d/2197.change.rst b/changelog.d/2197.change.rst deleted file mode 100644 index 67b0435a..00000000 --- a/changelog.d/2197.change.rst +++ /dev/null @@ -1 +0,0 @@ -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 |
