summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-03-30 22:02:15 -0400
committerJason R. Coombs <jaraco@jaraco.com>2021-03-30 22:02:15 -0400
commit30cf7823c7acd8ba5503ed3fdc7dc9cb28800880 (patch)
tree710217541273e84f6fdb7eeff8316fe04840d9c0
parentb3d7759dd27f0ba8aa00bb542054652bb3d3d74a (diff)
downloadpython-setuptools-git-55.0.0.tar.gz
Bump version: 54.2.0 → 55.0.0v55.0.0
-rw-r--r--.bumpversion.cfg2
-rw-r--r--CHANGES.rst9
-rw-r--r--changelog.d/2566.breaking.rst1
-rw-r--r--setup.cfg2
4 files changed, 11 insertions, 3 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index fdde7180..7fe611a6 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 54.2.0
+current_version = 55.0.0
commit = True
tag = True
diff --git a/CHANGES.rst b/CHANGES.rst
index dca490b7..d073fa8e 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,12 @@
+v55.0.0
+-------
+
+
+Breaking Changes
+^^^^^^^^^^^^^^^^
+* #2566: Remove the deprecated ``bdist_wininst`` command. Binary packages should be built as wheels instead. -- by :user:`hroncok`
+
+
v54.2.0
-------
diff --git a/changelog.d/2566.breaking.rst b/changelog.d/2566.breaking.rst
deleted file mode 100644
index e5694575..00000000
--- a/changelog.d/2566.breaking.rst
+++ /dev/null
@@ -1 +0,0 @@
-Remove the deprecated ``bdist_wininst`` command. Binary packages should be built as wheels instead. -- by :user:`hroncok`
diff --git a/setup.cfg b/setup.cfg
index 7673fceb..6bb6508f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,7 +2,7 @@
license_files =
LICENSE
name = setuptools
-version = 54.2.0
+version = 55.0.0
author = Python Packaging Authority
author_email = distutils-sig@python.org
description = Easily download, build, install, upgrade, and uninstall Python packages