aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.bumpversion.cfg2
-rw-r--r--CHANGES.rst7
-rw-r--r--changelog.d/1458.breaking.rst1
-rw-r--r--changelog.d/1959.change.rst1
-rw-r--r--setup.cfg2
5 files changed, 9 insertions, 4 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index e1bfa898..77143907 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 44.0.0
+current_version = 45.0.0
commit = True
tag = True
diff --git a/CHANGES.rst b/CHANGES.rst
index 109a3f48..4a81e995 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,10 @@
+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
-------
diff --git a/changelog.d/1458.breaking.rst b/changelog.d/1458.breaking.rst
deleted file mode 100644
index 3004722c..00000000
--- a/changelog.d/1458.breaking.rst
+++ /dev/null
@@ -1 +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.
diff --git a/changelog.d/1959.change.rst b/changelog.d/1959.change.rst
deleted file mode 100644
index c0cc8975..00000000
--- a/changelog.d/1959.change.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fix for Python 4: replace unsafe six.PY3 with six.PY2
diff --git a/setup.cfg b/setup.cfg
index 1e23051f..18c9e1df 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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