From 1d3ffa797bfba76f7a6678856543377abd547a5a Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 15 Sep 2024 10:40:13 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=2074.1.2=20=E2=86=92=2075.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- NEWS.rst | 21 +++++++++++++++++++++ newsfragments/+1ac90f4a.feature.rst | 1 - newsfragments/2971.removal.rst | 1 - newsfragments/4648.bugfix.rst | 1 - pyproject.toml | 2 +- 6 files changed, 23 insertions(+), 5 deletions(-) delete mode 100644 newsfragments/+1ac90f4a.feature.rst delete mode 100644 newsfragments/2971.removal.rst delete mode 100644 newsfragments/4648.bugfix.rst diff --git a/.bumpversion.cfg b/.bumpversion.cfg index cbb10b82119..3b56c2bf163 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 74.1.2 +current_version = 75.0.0 commit = True tag = True diff --git a/NEWS.rst b/NEWS.rst index 7b62a76e0c8..dc66e1e0f8a 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,24 @@ +v75.0.0 +======= + +Features +-------- + +- Declare also the dependencies used by distutils (adds jaraco.collections). + + +Bugfixes +-------- + +- Fix cross-platform compilation using ``distutils._msvccompiler.MSVCCompiler`` -- by :user:`saschanaz` and :user:`Avasam` (#4648) + + +Deprecations and Removals +------------------------- + +- Removed upload_docs command. (#2971) + + v74.1.2 ======= diff --git a/newsfragments/+1ac90f4a.feature.rst b/newsfragments/+1ac90f4a.feature.rst deleted file mode 100644 index d78e4a7f898..00000000000 --- a/newsfragments/+1ac90f4a.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Declare also the dependencies used by distutils (adds jaraco.collections). \ No newline at end of file diff --git a/newsfragments/2971.removal.rst b/newsfragments/2971.removal.rst deleted file mode 100644 index 940453ab0a2..00000000000 --- a/newsfragments/2971.removal.rst +++ /dev/null @@ -1 +0,0 @@ -Removed upload_docs command. \ No newline at end of file diff --git a/newsfragments/4648.bugfix.rst b/newsfragments/4648.bugfix.rst deleted file mode 100644 index feb8edcc18b..00000000000 --- a/newsfragments/4648.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix cross-platform compilation using ``distutils._msvccompiler.MSVCCompiler`` -- by :user:`saschanaz` and :user:`Avasam` \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index f623e164451..60982975ba9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ backend-path = ["."] [project] name = "setuptools" -version = "74.1.2" +version = "75.0.0" authors = [ { name = "Python Packaging Authority", email = "distutils-sig@python.org" }, ]