summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-07-12 12:09:11 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-07-12 12:09:11 -0400
commit37d81f4ce8f08c4baf44b6ff0f3f1bd3f6b2a127 (patch)
tree279f06f46251d21d70b5531e7bfeae87d4aaac16
parent3319bfa7099d9b668e1560688a07687cdef7fe36 (diff)
downloadpython-setuptools-git-37d81f4ce8f08c4baf44b6ff0f3f1bd3f6b2a127.tar.gz
Bump version: 49.1.3 → 49.2.0v49.2.0
-rw-r--r--.bumpversion.cfg2
-rw-r--r--CHANGES.rst6
-rw-r--r--changelog.d/2230.change.rst1
-rw-r--r--setup.cfg2
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.
diff --git a/setup.cfg b/setup.cfg
index bad15f93..fa0e5656 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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