diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2019-10-29 09:53:23 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2019-10-29 09:53:23 -0400 |
commit | a0fe403c141369defacf12dccbdc01634bbcb1da (patch) | |
tree | fa5070c7c5aac4a5853d71df5b17aa3a6eb5b04a | |
parent | 6defe6b8fd6008f61ce5ecfae91dc1df5e123694 (diff) | |
download | external_python_setuptools-a0fe403c141369defacf12dccbdc01634bbcb1da.tar.gz external_python_setuptools-a0fe403c141369defacf12dccbdc01634bbcb1da.tar.bz2 external_python_setuptools-a0fe403c141369defacf12dccbdc01634bbcb1da.zip |
Bump version: 41.5.1 → 41.6.0v41.6.0
-rw-r--r-- | .bumpversion.cfg | 2 | ||||
-rw-r--r-- | CHANGES.rst | 6 | ||||
-rw-r--r-- | changelog.d/479.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 0dc75e9b..40db5b03 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 41.5.1 +current_version = 41.6.0 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index bac35638..ba7b4647 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,9 @@ +v41.6.0 +------- + +* #479: Replace usage of deprecated ``imp`` module with local re-implementation in ``setuptools._imp``. + + v41.5.1 ------- diff --git a/changelog.d/479.change.rst b/changelog.d/479.change.rst deleted file mode 100644 index 3c33964e..00000000 --- a/changelog.d/479.change.rst +++ /dev/null @@ -1 +0,0 @@ -Replace usage of deprecated ``imp`` module with local re-implementation in ``setuptools._imp``. @@ -19,7 +19,7 @@ universal = 1 [metadata] name = setuptools -version = 41.5.1 +version = 41.6.0 description = Easily download, build, install, upgrade, and uninstall Python packages author = Python Packaging Authority author_email = distutils-sig@python.org |