diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-05-04 16:31:18 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-05-04 16:31:18 -0400 |
| commit | 529419e71f496fcf6274ebdb4af96905314b5e7f (patch) | |
| tree | c54c7604bd655ade689008744037566716238244 | |
| parent | 61c12f6a10cc237d112f30242b12f7643f1a1e19 (diff) | |
| download | python-setuptools-git-56.1.0.tar.gz | |
Bump version: 56.0.0 → 56.1.0v56.1.0
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | CHANGES.rst | 18 | ||||
| -rw-r--r-- | changelog.d/2644.misc.rst | 1 | ||||
| -rw-r--r-- | changelog.d/2653.change.rst | 1 | ||||
| -rw-r--r-- | changelog.d/2654.misc.rst | 2 | ||||
| -rw-r--r-- | changelog.d/2657.change.rst | 1 | ||||
| -rw-r--r-- | changelog.d/2663.change.rst | 1 | ||||
| -rw-r--r-- | changelog.d/2664.misc.rst | 1 | ||||
| -rw-r--r-- | setup.cfg | 2 |
9 files changed, 20 insertions, 9 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index dd76f43d..7b7bed92 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 56.0.0 +current_version = 56.1.0 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index ef1d926b..13e936e0 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,21 @@ +v56.1.0v56.1.0 +------- + + +Changes +^^^^^^^ +* #2653: Incorporated assorted changes from pypa/distutils. +* #2657: Adopted docs from distutils. +* #2663: Added Visual Studio Express 2017 support -- by :user:`dofuuz` + +Misc +^^^^ +* #2644: Fixed ``DeprecationWarning`` due to ``threading.Thread.setDaemon`` in tests -- by :user:`tirkarthi` +* #2654: Made the changelog generator compatible + with Towncrier >= 19.9 -- :user:`webknjaz` +* #2664: Relax the deprecation message in the distutils hack. + + v56.0.0 ------- diff --git a/changelog.d/2644.misc.rst b/changelog.d/2644.misc.rst deleted file mode 100644 index 1aa9fbbe..00000000 --- a/changelog.d/2644.misc.rst +++ /dev/null @@ -1 +0,0 @@ -Fixed ``DeprecationWarning`` due to ``threading.Thread.setDaemon`` in tests -- by :user:`tirkarthi` diff --git a/changelog.d/2653.change.rst b/changelog.d/2653.change.rst deleted file mode 100644 index f658aa52..00000000 --- a/changelog.d/2653.change.rst +++ /dev/null @@ -1 +0,0 @@ -Incorporated assorted changes from pypa/distutils. diff --git a/changelog.d/2654.misc.rst b/changelog.d/2654.misc.rst deleted file mode 100644 index 268c4a2e..00000000 --- a/changelog.d/2654.misc.rst +++ /dev/null @@ -1,2 +0,0 @@ -Made the changelog generator compatible -with Towncrier >= 19.9 -- :user:`webknjaz` diff --git a/changelog.d/2657.change.rst b/changelog.d/2657.change.rst deleted file mode 100644 index f6e21f14..00000000 --- a/changelog.d/2657.change.rst +++ /dev/null @@ -1 +0,0 @@ -Adopted docs from distutils. diff --git a/changelog.d/2663.change.rst b/changelog.d/2663.change.rst deleted file mode 100644 index 3cd2e755..00000000 --- a/changelog.d/2663.change.rst +++ /dev/null @@ -1 +0,0 @@ -Added Visual Studio Express 2017 support -- by :user:`dofuuz` diff --git a/changelog.d/2664.misc.rst b/changelog.d/2664.misc.rst deleted file mode 100644 index 5ebad038..00000000 --- a/changelog.d/2664.misc.rst +++ /dev/null @@ -1 +0,0 @@ -Relax the deprecation message in the distutils hack. @@ -2,7 +2,7 @@ license_files = LICENSE name = setuptools -version = 56.0.0 +version = 56.1.0 author = Python Packaging Authority author_email = distutils-sig@python.org description = Easily download, build, install, upgrade, and uninstall Python packages |
