diff options
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | CHANGES.rst | 14 | ||||
| -rw-r--r-- | changelog.d/1811.change.rst | 1 | ||||
| -rw-r--r-- | changelog.d/1814.change.rst | 1 | ||||
| -rw-r--r-- | changelog.d/1824.change.rst | 1 | ||||
| -rw-r--r-- | changelog.d/1860.doc.rst | 1 | ||||
| -rw-r--r-- | changelog.d/1862.doc.rst | 1 | ||||
| -rw-r--r-- | changelog.d/1868.doc.rst | 1 | ||||
| -rw-r--r-- | changelog.d/1878.change.rst | 1 | ||||
| -rw-r--r-- | changelog.d/1884.doc.rst | 1 | ||||
| -rw-r--r-- | changelog.d/1886.misc.rst | 1 | ||||
| -rw-r--r-- | setup.cfg | 2 |
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. @@ -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 |
