diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2022-02-08 17:53:41 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2022-02-08 17:53:41 -0500 |
| commit | fe7975d091483e8d6d4c9befea38ccfeb29e8e49 (patch) | |
| tree | 746796cbbd7b7b723df033c8a0bbbb742a0e9878 | |
| parent | 43d9e48e0d7c77f3bb4b6fbf572521ba642d6605 (diff) | |
| download | python-setuptools-git-60.8.2.tar.gz | |
Bump version: 60.8.1 → 60.8.2v60.8.2
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | CHANGES.rst | 12 | ||||
| -rw-r--r-- | changelog.d/3091.misc.rst | 4 | ||||
| -rw-r--r-- | setup.cfg | 2 |
4 files changed, 14 insertions, 6 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 77754fc0..7f466d4f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 60.8.1 +current_version = 60.8.2 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index 0183241b..cd46ace6 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,15 @@ +v60.8.2 +------- + + +Misc +^^^^ +* #3091: Make ``concurrent.futures`` import lazy in vendored ``more_itertools`` + package to a avoid importing threading as a side effect (which caused + `gevent/gevent#1865 <https://github.com/gevent/gevent/issues/1865>`__). + -- by :user:`maciejp-ro` + + v60.8.1 ------- diff --git a/changelog.d/3091.misc.rst b/changelog.d/3091.misc.rst deleted file mode 100644 index d6664125..00000000 --- a/changelog.d/3091.misc.rst +++ /dev/null @@ -1,4 +0,0 @@ -Make ``concurrent.futures`` import lazy in vendored ``more_itertools`` -package to a avoid importing threading as a side effect (which caused -`gevent/gevent#1865 <https://github.com/gevent/gevent/issues/1865>`__). --- by :user:`maciejp-ro` @@ -1,6 +1,6 @@ [metadata] name = setuptools -version = 60.8.1 +version = 60.8.2 author = Python Packaging Authority author_email = distutils-sig@python.org description = Easily download, build, install, upgrade, and uninstall Python packages |
