Bump version: 69.0.0 → 69.0.1 · pypa/setuptools@d148d9e (original) (raw)
4 files changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
1 | 1 | [bumpversion] |
2 | -current_version = 69.0.0 | |
2 | +current_version = 69.0.1 | |
3 | 3 | commit = True |
4 | 4 | tag = True |
5 | 5 |
Original file line number | Diff line number | Diff 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 | + | |
1 | 11 | v69.0.0 |
2 | 12 | ======= |
3 | 13 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
1 | 1 | [metadata] |
2 | 2 | name = setuptools |
3 | -version = 69.0.0 | |
3 | +version = 69.0.1 | |
4 | 4 | author = Python Packaging Authority |
5 | 5 | author_email = distutils-sig@python.org |
6 | 6 | description = Easily download, build, install, upgrade, and uninstall Python packages |