From cabb200e590955eee70b67787eaa5597d4d0ff19 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 20 Dec 2020 14:54:14 -0500 Subject: =?UTF-8?q?Bump=20version:=2051.0.0=20=E2=86=92=2051.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CHANGES.rst | 18 ++++++++++++++++++ changelog.d/2477.misc.rst | 1 - changelog.d/2484.misc.rst | 1 - changelog.d/2485.misc.rst | 2 -- changelog.d/2486.change.rst | 1 - changelog.d/2487.misc.rst | 2 -- setup.cfg | 2 +- 8 files changed, 20 insertions(+), 9 deletions(-) delete mode 100644 changelog.d/2477.misc.rst delete mode 100644 changelog.d/2484.misc.rst delete mode 100644 changelog.d/2485.misc.rst delete mode 100644 changelog.d/2486.change.rst delete mode 100644 changelog.d/2487.misc.rst diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c56d45dc..d156dedb 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 51.0.0 +current_version = 51.1.0 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index 55133876..fb5725cc 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,21 @@ +v51.1.0 +------- + + +Changes +^^^^^^^ +* #2486: Project adopts jaraco/skeleton for shared package maintenance. + +Misc +^^^^ +* #2477: Restore inclusion of rst files in sdist. +* #2484: Setuptools has replaced the master branch with the main branch. +* #2485: Fixed failing test when pip 20.3+ is present. + -- by :user:`yan12125` +* #2487: Fix tests with pytest 6.2 + -- by :user:`yan12125` + + v51.0.0 ------- diff --git a/changelog.d/2477.misc.rst b/changelog.d/2477.misc.rst deleted file mode 100644 index 48900e9d..00000000 --- a/changelog.d/2477.misc.rst +++ /dev/null @@ -1 +0,0 @@ -Restore inclusion of rst files in sdist. diff --git a/changelog.d/2484.misc.rst b/changelog.d/2484.misc.rst deleted file mode 100644 index 8f93b3d0..00000000 --- a/changelog.d/2484.misc.rst +++ /dev/null @@ -1 +0,0 @@ -Setuptools has replaced the master branch with the main branch. diff --git a/changelog.d/2485.misc.rst b/changelog.d/2485.misc.rst deleted file mode 100644 index 0a28fd93..00000000 --- a/changelog.d/2485.misc.rst +++ /dev/null @@ -1,2 +0,0 @@ -Fixed failing test when pip 20.3+ is present. --- by :user:`yan12125` diff --git a/changelog.d/2486.change.rst b/changelog.d/2486.change.rst deleted file mode 100644 index f4f783e2..00000000 --- a/changelog.d/2486.change.rst +++ /dev/null @@ -1 +0,0 @@ -Project adopts jaraco/skeleton for shared package maintenance. diff --git a/changelog.d/2487.misc.rst b/changelog.d/2487.misc.rst deleted file mode 100644 index 003f6efb..00000000 --- a/changelog.d/2487.misc.rst +++ /dev/null @@ -1,2 +0,0 @@ - Fix tests with pytest 6.2 --- by :user:`yan12125` diff --git a/setup.cfg b/setup.cfg index f3f53f6c..6ef70e26 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] license_file = LICENSE name = setuptools -version = 51.0.0 +version = 51.1.0 author = Python Packaging Authority author_email = distutils-sig@python.org description = Easily download, build, install, upgrade, and uninstall Python packages -- cgit v1.2.1