Skip to content

Commit 08bd311

Browse files
committed
Bump version: 71.0.4 → 71.1.0
1 parent e3fd44a commit 08bd311

File tree

5 files changed

+19
-6
lines changed

5 files changed

+19
-6
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 = 71.0.4
2+
current_version = 71.1.0
33
commit = True
44
tag = True
55

NEWS.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
v71.1.0
2+
=======
3+
4+
Features
5+
--------
6+
7+
- Added return types to typed public functions -- by :user:`Avasam`
8+
9+
Marked `pkg_resources` as ``py.typed`` -- by :user:`Avasam` (#4409)
10+
11+
12+
Misc
13+
----
14+
15+
- #4492
16+
17+
118
v71.0.4
219
=======
320

newsfragments/4409.feature.rst

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

newsfragments/4492.misc.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
@@ -5,7 +5,7 @@ backend-path = ["."]
55

66
[project]
77
name = "setuptools"
8-
version = "71.0.4"
8+
version = "71.1.0"
99
authors = [
1010
{ name = "Python Packaging Authority", email = "[email protected]" },
1111
]

0 commit comments

Comments
 (0)