Skip to content

Commit

Permalink
Bump version: 69.0.3 → 69.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Feb 12, 2024
1 parent 115d381 commit bc6b031
Show file tree
Hide file tree
Showing 12 changed files with 29 additions and 11 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.0.3
current_version = 69.1.0
commit = True
tag = True

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

Features
--------

- Updated and removed obsolete Python < 3.8 code and comments. -- by :user:`Avasam` (#4096)
- Updated `pkg_resources` to use stdlib `importlib.machinery` instead of ``importlib_machinery`` -- by :user:`Avasam` (#4097)


Bugfixes
--------

- In tests, rely on pytest-home for reusable fixture. (#4072)
- Explicitely marked as ``Protocol`` and fixed missing ``self`` argument in interfaces ``pkg_resources.IMetadataProvider`` and ``pkg_resources.IResourceProvider`` -- by :user:`Avasam` (#4144)
- Restored expectation that egg-link files would be named with dash separators for compatibility with pip prior to version 24. (#4167)


Improved Documentation
----------------------

- Updated documentation referencing obsolete Python 3.7 code. -- by :user:`Avasam` (#4096)
- Changed ``versionadded`` for "Type information included by default" feature from ``v68.3.0`` to ``v69.0.0`` -- by :user:Avasam` (#4182)
- Described the auto-generated files -- by :user:`VladimirFokow` (#4198)
- Updated "Quickstart" to describe the current status of ``setup.cfg`` and ``pyproject.toml`` -- by :user:`VladimirFokow` (#4200)


v69.0.3
=======

Expand Down
1 change: 0 additions & 1 deletion newsfragments/4072.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/4096.doc.rst

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/4182.doc.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/4198.doc.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/4200.doc.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.0.3
version = 69.1.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 bc6b031

Please sign in to comment.