Commit 0d636868 authored by Jason R. Coombs's avatar Jason R. Coombs

Bump version: 51.1.2 → 51.2.0

parent b316312f
[bumpversion]
current_version = 51.1.2
current_version = 51.2.0
commit = True
tag = True
......
v51.2.0
-------
Changes
^^^^^^^
* #2493: Use importlib.import_module() rather than the deprectated loader.load_module()
in pkg_resources namespace delaration -- by :user:`encukou`
Documentation changes
^^^^^^^^^^^^^^^^^^^^^
* #2525: Fix typo in the document page about entry point. -- by :user:`jtr109`
Misc
^^^^
* #2534: Avoid hitting network during test_easy_install.
v51.1.2
-------
......
Use importlib.import_module() rather than the deprectated loader.load_module()
in pkg_resources namespace delaration -- by :user:`encukou`
Fix typo in the document page about entry point. -- by :user:`jtr109`
Avoid hitting network during test_easy_install.
[metadata]
license_file = LICENSE
name = setuptools
version = 51.1.2
version = 51.2.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