Commit d57adafd authored by Jason R. Coombs's avatar Jason R. Coombs

Bump version: 46.1.3 → 46.2.0

parent dfc47786
[bumpversion]
current_version = 46.1.3
current_version = 46.2.0
commit = True
tag = True
......
v46.2.0
-------
* #2040: Deprecated the ``bdist_wininst`` command. Binary packages should be built as wheels instead.
* #2062: Change 'Mac OS X' to 'macOS' in code.
* #2075: Stop recognizing files ending with ``.dist-info`` as distribution metadata.
* #2086: Deprecate 'use_2to3' functionality. Packagers are encouraged to use single-source solutions or build tool chains to manage conversions outside of setuptools.
* #1698: Added documentation for ``build_meta`` (a bare minimum, not completed).
* #2082: Filter ``lib2to3`` ``PendingDeprecationWarning`` and ``DeprecationWarning`` in testes,
because ``lib2to3`` is `deprecated in Python 3.9 <https://bugs.python.org/issue40360>`_.
v46.1.3
-------
......
Added documentation for ``build_meta`` (a bare minimum, not completed).
Deprecated the ``bdist_wininst`` command. Binary packages should be built as wheels instead.
Change 'Mac OS X' to 'macOS' in code.
Stop recognizing files ending with ``.dist-info`` as distribution metadata.
Filter ``lib2to3`` ``PendingDeprecationWarning`` and ``DeprecationWarning`` in testes,
because ``lib2to3`` is `deprecated in Python 3.9 <https://bugs.python.org/issue40360>`_.
Deprecate 'use_2to3' functionality. Packagers are encouraged to use single-source solutions or build tool chains to manage conversions outside of setuptools.
......@@ -16,7 +16,7 @@ formats = zip
[metadata]
name = setuptools
version = 46.1.3
version = 46.2.0
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