Commit 37d81f4c authored by Jason R. Coombs's avatar Jason R. Coombs

Bump version: 49.1.3 → 49.2.0

parent 3319bfa7
[bumpversion] [bumpversion]
current_version = 49.1.3 current_version = 49.2.0
commit = True commit = True
tag = True tag = True
......
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 v49.1.3
------- -------
......
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 ...@@ -16,7 +16,7 @@ formats = zip
[metadata] [metadata]
name = setuptools name = setuptools
version = 49.1.3 version = 49.2.0
description = Easily download, build, install, upgrade, and uninstall Python packages description = Easily download, build, install, upgrade, and uninstall Python packages
author = Python Packaging Authority author = Python Packaging Authority
author_email = distutils-sig@python.org 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