Skip to content

Commit c30a965

Browse files
committed
Bump version: 44.0.0 → 45.0.0
1 parent 1b03e7a commit c30a965

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 44.0.0
2+
current_version = 45.0.0
33
commit = True
44
tag = True
55

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
v45.0.0
2+
-------
3+
4+
* #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.
5+
* #1959: Fix for Python 4: replace unsafe six.PY3 with six.PY2
6+
7+
18
v44.0.0
29
-------
310

changelog.d/1458.breaking.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/1959.change.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ universal = 1
1919

2020
[metadata]
2121
name = setuptools
22-
version = 44.0.0
22+
version = 45.0.0
2323
description = Easily download, build, install, upgrade, and uninstall Python packages
2424
author = Python Packaging Authority
2525
author_email = [email protected]

0 commit comments

Comments
 (0)