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

Bump version: 44.0.0 → 45.0.0

parent 1b03e7a3
[bumpversion]
current_version = 44.0.0
current_version = 45.0.0
commit = True
tag = True
......
v45.0.0
-------
* #1458: Drop support for Python 2. Setuptools now requires Python 3.5 or later. Install setuptools using pip >=9 or pin to Setuptools <45 to maintain 2.7 support.
* #1959: Fix for Python 4: replace unsafe six.PY3 with six.PY2
v44.0.0
-------
......
Drop support for Python 2. Setuptools now requires Python 3.5 or later. Install setuptools using pip >=9 or pin to Setuptools <45 to maintain 2.7 support.
Fix for Python 4: replace unsafe six.PY3 with six.PY2
......@@ -19,7 +19,7 @@ universal = 1
[metadata]
name = setuptools
version = 44.0.0
version = 45.0.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