diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a80e6ea38c..cbb10b8211 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 74.1.1 +current_version = 74.1.2 commit = True tag = True diff --git a/NEWS.rst b/NEWS.rst index 5629e16a0e..c0838a12eb 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,12 @@ +v74.1.2 +======= + +Bugfixes +-------- + +- Fixed TypeError in sdist filelist processing by adding support for pathlib Paths for the build_base. (#4615) + + v74.1.1 ======= diff --git a/newsfragments/4615.bugfix.rst b/newsfragments/4615.bugfix.rst deleted file mode 100644 index e121f2dbca..0000000000 --- a/newsfragments/4615.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fixed TypeError in sdist filelist processing by adding support for pathlib Paths for the build_base. \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 3c9a9480c2..d0b709d9be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ backend-path = ["."] [project] name = "setuptools" -version = "74.1.1" +version = "74.1.2" authors = [ { name = "Python Packaging Authority", email = "distutils-sig@python.org" }, ]