diff options
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | CHANGES.rst | 7 | ||||
| -rw-r--r-- | changelog.d/2212.misc.rst | 1 | ||||
| -rw-r--r-- | changelog.d/2249.misc.rst | 1 | ||||
| -rw-r--r-- | setup.cfg | 2 |
5 files changed, 9 insertions, 4 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 30e83be1..5e4d74b0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 49.1.2 +current_version = 49.1.3 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index 24837a97..b23bc394 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,10 @@ +v49.1.3 +------- + +* #2212: (Distutils) Allow spawn to accept environment. Avoid monkey-patching global state. +* #2249: Fix extension loading technique in stubs. + + v49.1.2 ------- diff --git a/changelog.d/2212.misc.rst b/changelog.d/2212.misc.rst deleted file mode 100644 index d6fc7bf8..00000000 --- a/changelog.d/2212.misc.rst +++ /dev/null @@ -1 +0,0 @@ -(Distutils) Allow spawn to accept environment. Avoid monkey-patching global state. diff --git a/changelog.d/2249.misc.rst b/changelog.d/2249.misc.rst deleted file mode 100644 index 14742dc3..00000000 --- a/changelog.d/2249.misc.rst +++ /dev/null @@ -1 +0,0 @@ -Fix extension loading technique in stubs. @@ -16,7 +16,7 @@ formats = zip [metadata] name = setuptools -version = 49.1.2 +version = 49.1.3 description = Easily download, build, install, upgrade, and uninstall Python packages author = Python Packaging Authority author_email = distutils-sig@python.org |
