diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5392694585..3b56c2bf16 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 74.1.3 +current_version = 75.0.0 commit = True tag = True diff --git a/NEWS.rst b/NEWS.rst index 94543403c6..066180ecb8 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,19 @@ +v75.0.0 +======= + +Features +-------- + +- Declare also the dependencies used by distutils (adds jaraco.collections). + + +Deprecations and Removals +------------------------- + +- Removed upload_docs command. (#2971) +- Merge with pypa/distutils@7283751. Removed the register and upload commands and the config module that backs them (pypa/distutils#294). Removed the borland compiler. Replaced vendored dependencies with natural dependencies. Cygwin C compiler now gets compilers from sysconfig (pypa/distutils#296). (#4649) + + v74.1.3 ======= diff --git a/newsfragments/+1ac90f4a.feature.rst b/newsfragments/+1ac90f4a.feature.rst deleted file mode 100644 index d78e4a7f89..0000000000 --- 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 940453ab0a..0000000000 --- a/newsfragments/2971.removal.rst +++ /dev/null @@ -1 +0,0 @@ -Removed upload_docs command. \ No newline at end of file diff --git a/newsfragments/4649.removal.rst b/newsfragments/4649.removal.rst deleted file mode 100644 index f53388b230..0000000000 --- a/newsfragments/4649.removal.rst +++ /dev/null @@ -1 +0,0 @@ -Merge with pypa/distutils@7283751. Removed the register and upload commands and the config module that backs them (pypa/distutils#294). Removed the borland compiler. Replaced vendored dependencies with natural dependencies. Cygwin C compiler now gets compilers from sysconfig (pypa/distutils#296). \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 7a8ae98603..60982975ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ backend-path = ["."] [project] name = "setuptools" -version = "74.1.3" +version = "75.0.0" authors = [ { name = "Python Packaging Authority", email = "distutils-sig@python.org" }, ]