Skip to content

Commit d148d9e

Browse files
committed
Bump version: 69.0.0 → 69.0.1
1 parent 28775f3 commit d148d9e

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 69.0.0
2+
current_version = 69.0.1
33
commit = True
44
tag = True
55

NEWS.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
v69.0.1
2+
=======
3+
4+
Bugfixes
5+
--------
6+
7+
- Fixed imports of ``setuptools.dep_util.newer_group``.
8+
A deprecation warning is issued instead of a hard failure. (#4126)
9+
10+
111
v69.0.0
212
=======
313

newsfragments/4126.bugfix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = setuptools
3-
version = 69.0.0
3+
version = 69.0.1
44
author = Python Packaging Authority
55
author_email = [email protected]
66
description = Easily download, build, install, upgrade, and uninstall Python packages

0 commit comments

Comments
 (0)