Skip to content

Commit

Permalink
Bump version: 65.5.1 → 65.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Nov 19, 2022
1 parent 1c3b501 commit 59ee498
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 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 = 65.5.1
current_version = 65.6.0
commit = True
tag = True

Expand Down
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
v65.6.0
-------


Changes
^^^^^^^
* #3674: Sync with pypa/distutils@e0787fa, including pypa/distutils#183 updating distutils to use the Python logging framework.


v65.5.1
-------

Expand Down
1 change: 0 additions & 1 deletion changelog.d/3674.change.rst

This file was deleted.

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = setuptools
version = 65.5.1
version = 65.6.0
author = Python Packaging Authority
author_email = distutils-sig@python.org
description = Easily download, build, install, upgrade, and uninstall Python packages
Expand Down

0 comments on commit 59ee498

Please sign in to comment.