Skip to content

Commit 5f14368

Browse files
committed
Bump version: 68.1.0 → 68.1.1
1 parent 4d6f44b commit 5f14368

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
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 = 68.1.0
2+
current_version = 68.1.1
33
commit = True
44
tag = True
55

NEWS.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
v68.1.1
2+
=======
3+
4+
Bugfixes
5+
--------
6+
7+
- Fix editable install finder handling of nested packages, by only handling 1
8+
level of nesting and relying on ``importlib.machinery`` to find the remaining
9+
modules based on the parent package path. (#4020)
10+
11+
112
v68.1.0
213
=======
314

newsfragments/4020.bugfix.rst

Lines changed: 0 additions & 3 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 = 68.1.0
3+
version = 68.1.1
44
author = Python Packaging Authority
55
author_email = distutils-sig@python.org
66
description = Easily download, build, install, upgrade, and uninstall Python packages

0 commit comments

Comments
 (0)