Skip to content

Commit 5a13876

Browse files
committed
Bump version: 82.0.0 → 82.0.1
1 parent 51ab8f1 commit 5a13876

File tree

10 files changed

+24
-10
lines changed

10 files changed

+24
-10
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 = 82.0.0
2+
current_version = 82.0.1
33
commit = True
44
tag = True
55

NEWS.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
v82.0.1
2+
=======
3+
4+
Bugfixes
5+
--------
6+
7+
- Fix the loading of ``launcher manifest.xml`` file. (#5047)
8+
- Replaced deprecated ``json.__version__`` with fixture in tests. (#5186)
9+
10+
11+
Improved Documentation
12+
----------------------
13+
14+
- Add advice about how to improve predictability when installing sdists. (#5168)
15+
16+
17+
Misc
18+
----
19+
20+
- #4941, #5157, #5169, #5175
21+
22+
123
v82.0.0
224
=======
325

newsfragments/4941.misc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/5047.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/5157.misc.rst

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

newsfragments/5168.doc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/5169.misc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/5175.misc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/5186.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ backend-path = ["."]
1010

1111
[project]
1212
name = "setuptools"
13-
version = "82.0.0"
13+
version = "82.0.1"
1414
authors = [
1515
{ name = "Python Packaging Authority", email = "distutils-sig@python.org" },
1616
]

0 commit comments

Comments
 (0)