diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2020-07-12 12:09:11 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-07-12 12:09:11 -0400 |
commit | 37d81f4ce8f08c4baf44b6ff0f3f1bd3f6b2a127 (patch) | |
tree | 279f06f46251d21d70b5531e7bfeae87d4aaac16 | |
parent | 3319bfa7099d9b668e1560688a07687cdef7fe36 (diff) | |
download | python-setuptools-git-37d81f4ce8f08c4baf44b6ff0f3f1bd3f6b2a127.tar.gz |
Bump version: 49.1.3 → 49.2.0v49.2.0
-rw-r--r-- | .bumpversion.cfg | 2 | ||||
-rw-r--r-- | CHANGES.rst | 6 | ||||
-rw-r--r-- | changelog.d/2230.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 5e4d74b0..9b3e4085 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 49.1.3 +current_version = 49.2.0 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index b23bc394..82e6ef66 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,9 @@ +v49.2.0 +------- + +* #2230: Now warn the user when setuptools is imported after distutils modules have been loaded (exempting PyPy for 3.6), directing the users of packages to import setuptools first. + + v49.1.3 ------- diff --git a/changelog.d/2230.change.rst b/changelog.d/2230.change.rst deleted file mode 100644 index 1719f497..00000000 --- a/changelog.d/2230.change.rst +++ /dev/null @@ -1 +0,0 @@ -Now warn the user when setuptools is imported after distutils modules have been loaded (exempting PyPy for 3.6), directing the users of packages to import setuptools first. @@ -16,7 +16,7 @@ formats = zip [metadata] name = setuptools -version = 49.1.3 +version = 49.2.0 description = Easily download, build, install, upgrade, and uninstall Python packages author = Python Packaging Authority author_email = distutils-sig@python.org |