Skip to content

Commit

Permalink
Bump version: 69.1.1 → 69.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Mar 13, 2024
1 parent 35df7d0 commit 6ee23bf
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 14 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 = 69.1.1
current_version = 69.2.0
commit = True
tag = True

Expand Down
25 changes: 25 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
v69.2.0
=======

Features
--------

- Explicitly use ``encoding="locale"`` for ``.pth`` files whenever possible,
to reduce ``EncodingWarnings``.
This avoid errors with UTF-8 (see discussion in python/cpython#77102). (#4265)


Bugfixes
--------

- Clarify some `pkg_resources` methods return `bytes`, not `str`. Also return an empty `bytes` in ``EmptyProvider._get`` -- by :user:`Avasam` (#4243)
- Return an empty `list` by default in ``pkg_resources.ResourceManager.cleanup_resources`` -- by :user:`Avasam` (#4244)
- Made ``pkg_resoursces.NullProvider``'s ``has_metadata`` and ``metadata_isdir`` methods return actual booleans like all other Providers. -- by :user:`Avasam` (#4254)


Misc
----

- #4237, #4238, #4241, #4260, #4261, #4263


v69.1.1
=======

Expand Down
1 change: 0 additions & 1 deletion newsfragments/4237.misc.rst

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

3 changes: 0 additions & 3 deletions newsfragments/4265.feature.rst

This file was deleted.

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = setuptools
version = 69.1.1
version = 69.2.0
author = Python Packaging Authority
author_email = distutils-sig@python.org
description = Easily download, build, install, upgrade, and uninstall Python packages
Expand Down

0 comments on commit 6ee23bf

Please sign in to comment.