diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-06-15 08:56:45 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-06-15 08:56:45 -0400 |
| commit | c999ba42e3cc99cfdf8c1eea88b9b0136104af12 (patch) | |
| tree | 316b12392f3023cb31b1c12f77e035f62f8a71e4 | |
| parent | a4d8518c7b3cadf5e008871cf0d8c2d02a6a4492 (diff) | |
| download | python-setuptools-git-c999ba42e3cc99cfdf8c1eea88b9b0136104af12.tar.gz | |
Bump version: 47.1.1 → 47.2.0v47.2.0
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | CHANGES.rst | 6 | ||||
| -rw-r--r-- | changelog.d/2194.change.rst | 1 | ||||
| -rw-r--r-- | setup.cfg | 2 |
4 files changed, 8 insertions, 3 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 23226c35..ffb0f2e8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 47.1.1 +current_version = 47.2.0 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index b018cbea..44abab75 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,9 @@ +v47.2.0 +------- + +* #2194: Editable-installed entry points now load significantly faster on Python versions 3.8+. + + v47.1.1 ------- diff --git a/changelog.d/2194.change.rst b/changelog.d/2194.change.rst deleted file mode 100644 index 8b5adb31..00000000 --- a/changelog.d/2194.change.rst +++ /dev/null @@ -1 +0,0 @@ -Editable-installed entry points now load significantly faster on Python versions 3.8+. @@ -16,7 +16,7 @@ formats = zip [metadata] name = setuptools -version = 47.1.1 +version = 47.2.0 description = Easily download, build, install, upgrade, and uninstall Python packages author = Python Packaging Authority author_email = distutils-sig@python.org |
