Skip to content

Commit 0120605

Browse files
committed
Bump version: 68.2.0 → 68.2.1
1 parent 6e1bd6b commit 0120605

File tree

5 files changed

+20
-8
lines changed

5 files changed

+20
-8
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.2.0
2+
current_version = 68.2.1
33
commit = True
44
tag = True
55

NEWS.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
v68.2.1
2+
=======
3+
4+
Bugfixes
5+
--------
6+
7+
- Avoid using caching attributes in ``Distribution.metadata`` for requirements.
8+
This is done for backwards compatibility with customizations that attempt to
9+
modify ``install_requires`` or ``extras_require`` at a late point (still not
10+
recommended). (#4043)
11+
12+
13+
Misc
14+
----
15+
16+
- #4045
17+
18+
119
v68.2.0
220
=======
321

newsfragments/4043.bugfix.rst

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

newsfragments/4045.misc.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 = 68.2.0
3+
version = 68.2.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)