Skip to content

Commit

Permalink
Bump version: 59.1.1 → 59.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Nov 19, 2021
1 parent d508e38 commit 4133573
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 = 59.1.1
current_version = 59.2.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 @@
v59.2.0
-------


Changes
^^^^^^^
* #2875: Introduce changes from pypa/distutils@514e9d0, including support for overrides from Debian and pkgsrc, unlocking the possibility of making SETUPTOOLS_USE_DISTUTILS=local the default again.


v59.1.1
-------

Expand Down
1 change: 0 additions & 1 deletion changelog.d/2875.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 = 59.1.1
version = 59.2.0
author = Python Packaging Authority
author_email = [email protected]
description = Easily download, build, install, upgrade, and uninstall Python packages
Expand Down

0 comments on commit 4133573

Please sign in to comment.