Skip to content

Commit

Permalink
Bump version: 70.0.0 → 70.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Jun 19, 2024
1 parent 8cc50d4 commit 3466f9f
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 70.0.0
current_version = 70.1.0
commit = True
tag = True

Expand Down
30 changes: 30 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
v70.1.0
=======

Features
--------

- Adopted the ``bdist_wheel`` command from the ``wheel`` project -- by :user:`agronholm` (#1386)
- Improve error message when ``pkg_resources.ZipProvider`` tries to extract resources with a missing Egg -- by :user:`Avasam`

Added variables and parameter type annotations to ``pkg_resources`` to be nearly on par with typeshed.\* -- by :user:`Avasam`
\* Excluding ``TypeVar`` and ``overload``. Return types are currently inferred. (#4246)
- Migrated Setuptools' own config to pyproject.toml (#4310)


Bugfixes
--------

- Prevent a ``TypeError: 'NoneType' object is not callable`` when ``shutil_rmtree`` is called without an ``onexc`` parameter on Python<=3.11 -- by :user:`Avasam` (#4382)
- Replace use of mktemp with can_symlink from the stdlib test suite. (#4403)
- Improvement for ``attr:`` directives in configuration to handle
more edge cases related to complex ``package_dir``. (#4405)
- Fix accidental implicit string concatenation. (#4411)


Misc
----

- #4365, #4422


v70.0.0
=======

Expand Down
1 change: 0 additions & 1 deletion newsfragments/1386.feature.rst

This file was deleted.

4 changes: 0 additions & 4 deletions newsfragments/4246.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/4310.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/4365.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/4382.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/4403.bugfix.rst

This file was deleted.

2 changes: 0 additions & 2 deletions newsfragments/4405.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/4411.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/4422.misc.rst

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ backend-path = ["."]

[project]
name = "setuptools"
version = "70.0.0"
version = "70.1.0"
authors = [
{ name = "Python Packaging Authority", email = "distutils-sig@python.org" },
]
Expand Down

0 comments on commit 3466f9f

Please sign in to comment.