summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-03-07 14:55:12 -0500
committerJason R. Coombs <jaraco@jaraco.com>2020-03-07 14:55:12 -0500
commitdbbc6bba1c00ff193cea59a7eadee639d6ac3a11 (patch)
tree24c9ddc51b22db8c3bbb9242784eb91624cfe9fa
parent42eb813d3e81594b644fc6bdf004181e063ff55c (diff)
downloadpython-setuptools-git-45.3.0.tar.gz
Bump version: 45.2.0 → 45.3.0v45.3.0
-rw-r--r--.bumpversion.cfg2
-rw-r--r--CHANGES.rst7
-rw-r--r--changelog.d/1557.change.rst1
-rw-r--r--changelog.d/1904.change.rst1
-rw-r--r--setup.cfg2
5 files changed, 9 insertions, 4 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index 8e86f31f..c438b5a8 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 45.2.0
+current_version = 45.3.0
commit = True
tag = True
diff --git a/CHANGES.rst b/CHANGES.rst
index f97f5142..e35c4472 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,10 @@
+v45.3.0
+-------
+
+* #1557: Deprecated eggsecutable scripts and updated docs.
+* #1904: Update msvc.py to use CPython 3.8.0 mechanism to find msvc 14+
+
+
v45.2.0
-------
diff --git a/changelog.d/1557.change.rst b/changelog.d/1557.change.rst
deleted file mode 100644
index 9f8af4a6..00000000
--- a/changelog.d/1557.change.rst
+++ /dev/null
@@ -1 +0,0 @@
-Deprecated eggsecutable scripts and updated docs.
diff --git a/changelog.d/1904.change.rst b/changelog.d/1904.change.rst
deleted file mode 100644
index fa4bbfd9..00000000
--- a/changelog.d/1904.change.rst
+++ /dev/null
@@ -1 +0,0 @@
-Update msvc.py to use CPython 3.8.0 mechanism to find msvc 14+
diff --git a/setup.cfg b/setup.cfg
index 4ffb2f5e..2e65b7a1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -16,7 +16,7 @@ formats = zip
[metadata]
name = setuptools
-version = 45.2.0
+version = 45.3.0
description = Easily download, build, install, upgrade, and uninstall Python packages
author = Python Packaging Authority
author_email = distutils-sig@python.org