summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bumpversion.cfg2
-rw-r--r--CHANGES.rst11
-rw-r--r--changelog.d/1937.change.rst1
-rw-r--r--changelog.d/2573.change.rst2
-rw-r--r--setup.cfg2
5 files changed, 13 insertions, 5 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index d1195259..a408627e 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 53.0.0
+current_version = 53.1.0
commit = True
tag = True
diff --git a/CHANGES.rst b/CHANGES.rst
index 93eae687..7e8c28bf 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,14 @@
+v53.1.0
+-------
+
+
+Changes
+^^^^^^^
+* #1937: Preserved case-sensitivity of keys in setup.cfg so that entry point names are case-sensitive. Changed sensitivity of configparser. NOTE: Any projects relying on case-insensitivity will need to adapt to accept the original case as published. -- by :user:`melissa-kun-li`
+* #2573: Fixed error in uploading a Sphinx doc with the :code:`upload_docs` command. An html builder will be used.
+ Note: :code:`upload_docs` is deprecated for PyPi, but is supported for other sites -- by :user:`melissa-kun-li`
+
+
v53.0.0
-------
diff --git a/changelog.d/1937.change.rst b/changelog.d/1937.change.rst
deleted file mode 100644
index acd43059..00000000
--- a/changelog.d/1937.change.rst
+++ /dev/null
@@ -1 +0,0 @@
-Preserved case-sensitivity of keys in setup.cfg so that entry point names are case-sensitive. Changed sensitivity of configparser. NOTE: Any projects relying on case-insensitivity will need to adapt to accept the original case as published. -- by :user:`melissa-kun-li` \ No newline at end of file
diff --git a/changelog.d/2573.change.rst b/changelog.d/2573.change.rst
deleted file mode 100644
index b06bd8c9..00000000
--- a/changelog.d/2573.change.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Fixed error in uploading a Sphinx doc with the :code:`upload_docs` command. An html builder will be used.
-Note: :code:`upload_docs` is deprecated for PyPi, but is supported for other sites -- by :user:`melissa-kun-li` \ No newline at end of file
diff --git a/setup.cfg b/setup.cfg
index 3c85d998..12ce1386 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,7 +2,7 @@
license_files =
LICENSE
name = setuptools
-version = 53.0.0
+version = 53.1.0
author = Python Packaging Authority
author_email = distutils-sig@python.org
description = Easily download, build, install, upgrade, and uninstall Python packages