summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bumpversion.cfg2
-rw-r--r--CHANGES.rst18
-rw-r--r--changelog.d/2644.misc.rst1
-rw-r--r--changelog.d/2653.change.rst1
-rw-r--r--changelog.d/2654.misc.rst2
-rw-r--r--changelog.d/2657.change.rst1
-rw-r--r--changelog.d/2663.change.rst1
-rw-r--r--changelog.d/2664.misc.rst1
-rw-r--r--setup.cfg2
9 files changed, 20 insertions, 9 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index dd76f43d..7b7bed92 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 56.0.0
+current_version = 56.1.0
commit = True
tag = True
diff --git a/CHANGES.rst b/CHANGES.rst
index ef1d926b..13e936e0 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,21 @@
+v56.1.0v56.1.0
+-------
+
+
+Changes
+^^^^^^^
+* #2653: Incorporated assorted changes from pypa/distutils.
+* #2657: Adopted docs from distutils.
+* #2663: Added Visual Studio Express 2017 support -- by :user:`dofuuz`
+
+Misc
+^^^^
+* #2644: Fixed ``DeprecationWarning`` due to ``threading.Thread.setDaemon`` in tests -- by :user:`tirkarthi`
+* #2654: Made the changelog generator compatible
+ with Towncrier >= 19.9 -- :user:`webknjaz`
+* #2664: Relax the deprecation message in the distutils hack.
+
+
v56.0.0
-------
diff --git a/changelog.d/2644.misc.rst b/changelog.d/2644.misc.rst
deleted file mode 100644
index 1aa9fbbe..00000000
--- a/changelog.d/2644.misc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fixed ``DeprecationWarning`` due to ``threading.Thread.setDaemon`` in tests -- by :user:`tirkarthi`
diff --git a/changelog.d/2653.change.rst b/changelog.d/2653.change.rst
deleted file mode 100644
index f658aa52..00000000
--- a/changelog.d/2653.change.rst
+++ /dev/null
@@ -1 +0,0 @@
-Incorporated assorted changes from pypa/distutils.
diff --git a/changelog.d/2654.misc.rst b/changelog.d/2654.misc.rst
deleted file mode 100644
index 268c4a2e..00000000
--- a/changelog.d/2654.misc.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Made the changelog generator compatible
-with Towncrier >= 19.9 -- :user:`webknjaz`
diff --git a/changelog.d/2657.change.rst b/changelog.d/2657.change.rst
deleted file mode 100644
index f6e21f14..00000000
--- a/changelog.d/2657.change.rst
+++ /dev/null
@@ -1 +0,0 @@
-Adopted docs from distutils.
diff --git a/changelog.d/2663.change.rst b/changelog.d/2663.change.rst
deleted file mode 100644
index 3cd2e755..00000000
--- a/changelog.d/2663.change.rst
+++ /dev/null
@@ -1 +0,0 @@
-Added Visual Studio Express 2017 support -- by :user:`dofuuz`
diff --git a/changelog.d/2664.misc.rst b/changelog.d/2664.misc.rst
deleted file mode 100644
index 5ebad038..00000000
--- a/changelog.d/2664.misc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Relax the deprecation message in the distutils hack.
diff --git a/setup.cfg b/setup.cfg
index ebdc2c63..b4d67bfa 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,7 +2,7 @@
license_files =
LICENSE
name = setuptools
-version = 56.0.0
+version = 56.1.0
author = Python Packaging Authority
author_email = distutils-sig@python.org
description = Easily download, build, install, upgrade, and uninstall Python packages