Skip to content

Commit 3accd5c

Browse files
committed
Bump version: 70.1.1 → 70.2.0
1 parent 719192a commit 3accd5c

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-5
lines changed

.bumpversion.cfg

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

NEWS.rst

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
v70.2.0
2+
=======
3+
4+
Features
5+
--------
6+
7+
- Updated distutils including significant changes to support Cygwin and mingw compilers. (#4444)
8+
9+
10+
Bugfixes
11+
--------
12+
13+
- Fix distribution name normalisation (:pep:`625`) for valid versions that are
14+
not canonical (e.g. ``1.0-2``). (#4434)
15+
16+
117
v70.1.1
218
=======
319

newsfragments/4434.bugfix.rst

-2
This file was deleted.

newsfragments/4444.feature.rst

-1
This file was deleted.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ backend-path = ["."]
55

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

0 commit comments

Comments
 (0)