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

Bump version: 51.2.0 → 51.3.0

parent b5bb3e99
[bumpversion]
current_version = 51.2.0
current_version = 51.3.0
commit = True
tag = True
......
v51.3.0
-------
Changes
^^^^^^^
* #1390: Newlines in metadata description/Summary now trigger a ValueError.
* #2481: Define ``create_module()`` and ``exec_module()`` methods in ``VendorImporter``
to get rid of ``ImportWarning`` -- by :user:`hroncok`
* #2489: ``pkg_resources`` behavior for zipimport now matches the regular behavior, and finds
``.egg-info`` (previoulsy would only find ``.dist-info``) -- by :user:`thatch`
* #2529: Fixed an issue where version tags may be added multiple times
v51.2.0
-------
......
Newlines in metadata description/Summary now trigger a ValueError.
Define ``create_module()`` and ``exec_module()`` methods in ``VendorImporter``
to get rid of ``ImportWarning`` -- by :user:`hroncok`
``pkg_resources`` behavior for zipimport now matches the regular behavior, and finds
``.egg-info`` (previoulsy would only find ``.dist-info``) -- by :user:`thatch`
Fixed an issue where version tags may be added multiple times
......@@ -2,7 +2,7 @@
license_files =
LICENSE
name = setuptools
version = 51.2.0
version = 51.3.0
author = Python Packaging Authority
author_email = distutils-sig@python.org
description = Easily download, build, install, upgrade, and uninstall Python packages
......
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