Commit 9e16d539 authored by Jason R. Coombs's avatar Jason R. Coombs

Bump version: 49.1.2 → 49.1.3

parent 7722b7dd
[bumpversion]
current_version = 49.1.2
current_version = 49.1.3
commit = True
tag = True
......
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
-------
......
(Distutils) Allow spawn to accept environment. Avoid monkey-patching global state.
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment