diff --git a/.bumpversion.cfg b/.bumpversion.cfg index baf5b08857..93ad49cbed 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 60.6.0 +current_version = 60.7.0 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index a77f5395b0..f396875d0f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,16 @@ +v60.7.0 +------- + + +Changes +^^^^^^^ +* #3061: Vendored jaraco.text and use line processing from that library in pkg_resources. + +Misc +^^^^ +* #3070: Avoid AttributeError in easy_install.create_home_path when sysconfig.get_config_vars values are not strings. + + v60.6.0 ------- diff --git a/changelog.d/3061.change.rst b/changelog.d/3061.change.rst deleted file mode 100644 index 8dddbce680..0000000000 --- a/changelog.d/3061.change.rst +++ /dev/null @@ -1 +0,0 @@ -Vendored jaraco.text and use line processing from that library in pkg_resources. diff --git a/changelog.d/3070.misc.rst b/changelog.d/3070.misc.rst deleted file mode 100644 index 871b5d0050..0000000000 --- a/changelog.d/3070.misc.rst +++ /dev/null @@ -1 +0,0 @@ -Avoid AttributeError in easy_install.create_home_path when sysconfig.get_config_vars values are not strings. diff --git a/setup.cfg b/setup.cfg index 957c7ad21b..f1a535e6e3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = setuptools -version = 60.6.0 +version = 60.7.0 author = Python Packaging Authority author_email = distutils-sig@python.org description = Easily download, build, install, upgrade, and uninstall Python packages