Skip to content

Commit 79673cb

Browse files
committed
Bump version: 65.6.3 → 65.7.0
1 parent 2a89d67 commit 79673cb

File tree

6 files changed

+17
-6
lines changed

6 files changed

+17
-6
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 65.6.3
2+
current_version = 65.7.0
33
commit = True
44
tag = True
55

CHANGES.rst

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
v65.7.0
2+
-------
3+
4+
5+
Changes
6+
^^^^^^^
7+
* #3594: Added ``htmlcov`` to FlatLayoutModuleFinder.DEFAULT_EXCLUDE -- by :user:`demianbrecht`
8+
* #3667: Added a human-readable error description when ``.egg-info`` directory is not writeable -- by :user:`droodev`
9+
10+
Misc
11+
^^^^
12+
* #3713: Fixed incomplete ``getattr`` statement that caused problems when accessing
13+
undefined attribute.
14+
15+
116
v65.6.3
217
-------
318

changelog.d/3594.change.rst

-1
This file was deleted.

changelog.d/3667.change.rst

-1
This file was deleted.

changelog.d/3713.misc.rst

-2
This file was deleted.

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = setuptools
3-
version = 65.6.3
3+
version = 65.7.0
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)