summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-10-27 18:42:56 -0400
committerJason R. Coombs <jaraco@jaraco.com>2019-10-27 18:42:56 -0400
commit6e8b1da1fb146186c52d8bdec5af969f26532ece (patch)
tree228704d70632db3b744910e71dc7ae411a8d5543
parent2d89c5d7d06ce07864e6e28c70853066966cf89f (diff)
downloadpython-setuptools-git-41.5.0.tar.gz
Bump version: 41.4.0 → 41.5.0v41.5.0
-rw-r--r--.bumpversion.cfg2
-rw-r--r--CHANGES.rst14
-rw-r--r--changelog.d/1811.change.rst1
-rw-r--r--changelog.d/1814.change.rst1
-rw-r--r--changelog.d/1824.change.rst1
-rw-r--r--changelog.d/1860.doc.rst1
-rw-r--r--changelog.d/1862.doc.rst1
-rw-r--r--changelog.d/1868.doc.rst1
-rw-r--r--changelog.d/1878.change.rst1
-rw-r--r--changelog.d/1884.doc.rst1
-rw-r--r--changelog.d/1886.misc.rst1
-rw-r--r--setup.cfg2
12 files changed, 16 insertions, 11 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index d6768cb8..aeefc8f2 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 41.4.0
+current_version = 41.5.0
commit = True
tag = True
diff --git a/CHANGES.rst b/CHANGES.rst
index ecde25a5..7e9fc0f6 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,17 @@
+v41.5.0
+-------
+
+* #1811: Improve Visual C++ 14.X support, mainly for Visual Studio 2017 and 2019.
+* #1814: Fix ``pkg_resources.Requirement`` hash/equality implementation: take PEP 508 direct URL into account.
+* #1824: Fix tests when running under ``python3.10``.
+* #1878: Formally deprecated the ``test`` command, with the recommendation that users migrate to ``tox``.
+* #1860: Update documentation to mention the egg format is not supported by pip and dependency links support was dropped starting with pip 19.0.
+* #1862: Drop ez_setup documentation: deprecated for some time (last updated in 2016), and still relying on easy_install (deprecated too).
+* #1868: Drop most documentation references to (deprecated) EasyInstall.
+* #1884: Added a trove classifier to document support for Python 3.8.
+* #1886: Added Python 3.8 release to the Travis test matrix.
+
+
v41.4.0
-------
diff --git a/changelog.d/1811.change.rst b/changelog.d/1811.change.rst
deleted file mode 100644
index dc52c6db..00000000
--- a/changelog.d/1811.change.rst
+++ /dev/null
@@ -1 +0,0 @@
-Improve Visual C++ 14.X support, mainly for Visual Studio 2017 and 2019. \ No newline at end of file
diff --git a/changelog.d/1814.change.rst b/changelog.d/1814.change.rst
deleted file mode 100644
index c936699d..00000000
--- a/changelog.d/1814.change.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fix ``pkg_resources.Requirement`` hash/equality implementation: take PEP 508 direct URL into account.
diff --git a/changelog.d/1824.change.rst b/changelog.d/1824.change.rst
deleted file mode 100644
index 5f609036..00000000
--- a/changelog.d/1824.change.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fix tests when running under ``python3.10``.
diff --git a/changelog.d/1860.doc.rst b/changelog.d/1860.doc.rst
deleted file mode 100644
index f3554643..00000000
--- a/changelog.d/1860.doc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Update documentation to mention the egg format is not supported by pip and dependency links support was dropped starting with pip 19.0.
diff --git a/changelog.d/1862.doc.rst b/changelog.d/1862.doc.rst
deleted file mode 100644
index b71583ba..00000000
--- a/changelog.d/1862.doc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Drop ez_setup documentation: deprecated for some time (last updated in 2016), and still relying on easy_install (deprecated too).
diff --git a/changelog.d/1868.doc.rst b/changelog.d/1868.doc.rst
deleted file mode 100644
index 82283d7a..00000000
--- a/changelog.d/1868.doc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Drop most documentation references to (deprecated) EasyInstall.
diff --git a/changelog.d/1878.change.rst b/changelog.d/1878.change.rst
deleted file mode 100644
index 0774b5d3..00000000
--- a/changelog.d/1878.change.rst
+++ /dev/null
@@ -1 +0,0 @@
-Formally deprecated the ``test`` command, with the recommendation that users migrate to ``tox``.
diff --git a/changelog.d/1884.doc.rst b/changelog.d/1884.doc.rst
deleted file mode 100644
index 45615d5d..00000000
--- a/changelog.d/1884.doc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Added a trove classifier to document support for Python 3.8.
diff --git a/changelog.d/1886.misc.rst b/changelog.d/1886.misc.rst
deleted file mode 100644
index 5e3f2873..00000000
--- a/changelog.d/1886.misc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Added Python 3.8 release to the Travis test matrix.
diff --git a/setup.cfg b/setup.cfg
index 373ae8b5..0e030cde 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -19,7 +19,7 @@ universal = 1
[metadata]
name = setuptools
-version = 41.4.0
+version = 41.5.0
description = Easily download, build, install, upgrade, and uninstall Python packages
author = Python Packaging Authority
author_email = distutils-sig@python.org