Skip to content

Commit

Permalink
Bump version: 70.1.1 → 70.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jul 1, 2024
1 parent 719192a commit 3accd5c
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 70.1.1
current_version = 70.2.0
commit = True
tag = True

Expand Down
16 changes: 16 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
v70.2.0
=======

Features
--------

- Updated distutils including significant changes to support Cygwin and mingw compilers. (#4444)


Bugfixes
--------

- Fix distribution name normalisation (:pep:`625`) for valid versions that are
not canonical (e.g. ``1.0-2``). (#4434)


v70.1.1
=======

Expand Down
2 changes: 0 additions & 2 deletions newsfragments/4434.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/4444.feature.rst

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ backend-path = ["."]

[project]
name = "setuptools"
version = "70.1.1"
version = "70.2.0"
authors = [
{ name = "Python Packaging Authority", email = "distutils-sig@python.org" },
]
Expand Down

0 comments on commit 3accd5c

Please sign in to comment.