Commit 756a7d66 authored by Jason R. Coombs's avatar Jason R. Coombs

Bump version: 45.0.0 → 45.1.0

parent 38af5c85
[bumpversion]
current_version = 45.0.0
current_version = 45.1.0
commit = True
tag = True
......
v45.1.0
-------
* #1458: Add minimum sunset date and preamble to Python 2 warning.
* #1704: Set sys.argv[0] in setup script run by build_meta.__legacy__
* #1974: Add Python 3 Only Trove Classifier and remove universal wheel declaration for more complete transition from Python 2.
v45.0.0
-------
......
Add minimum sunset date and preamble to Python 2 warning.
Set sys.argv[0] in setup script run by build_meta.__legacy__
Add Python 3 Only Trove Classifier and remove universal wheel declaration for more complete transition from Python 2.
......@@ -16,7 +16,7 @@ formats = zip
[metadata]
name = setuptools
version = 45.0.0
version = 45.1.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