Skip to content

Commit

Permalink
Bump version: 65.6.2 → 65.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Nov 24, 2022
1 parent 0f513c1 commit 6f7dd7c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 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.6.2
current_version = 65.6.3
commit = True
tag = True

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


Misc
^^^^
* #3709: Fix condition to patch ``distutils.dist.log`` to only apply when using
``distutils`` from the stdlib.


v65.6.2
-------

Expand Down
2 changes: 0 additions & 2 deletions changelog.d/3709.misc.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.6.2
version = 65.6.3
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 6f7dd7c

Please sign in to comment.