From 1988125e800b3b64f9cf9311fea5525cc81546f9 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sat, 21 Mar 2020 14:41:31 -0400 Subject: =?UTF-8?q?Bump=20version:=2044.0.0=20=E2=86=92=2044.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 3 +-- CHANGES.rst | 8 ++++++++ changelog.d/1704.change.rst | 1 - changelog.d/1959.change.rst | 1 - changelog.d/1994.change.rst | 1 - setup.cfg | 2 +- 6 files changed, 10 insertions(+), 6 deletions(-) delete mode 100644 changelog.d/1704.change.rst delete mode 100644 changelog.d/1959.change.rst delete mode 100644 changelog.d/1994.change.rst diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e1bfa898..c8c9f544 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,6 @@ [bumpversion] -current_version = 44.0.0 +current_version = 44.1.0 commit = True tag = True [bumpversion:file:setup.cfg] - diff --git a/CHANGES.rst b/CHANGES.rst index 109a3f48..83cd8c78 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,11 @@ +v44.1.0 +------- + +* #1704: Set sys.argv[0] in setup script run by build_meta.__legacy__ +* #1959: Fix for Python 4: replace unsafe six.PY3 with six.PY2 +* #1994: Fixed a bug in the "setuptools.finalize_distribution_options" hook that lead to ignoring the order attribute of entry points managed by this hook. + + v44.0.0 ------- diff --git a/changelog.d/1704.change.rst b/changelog.d/1704.change.rst deleted file mode 100644 index 62450835..00000000 --- a/changelog.d/1704.change.rst +++ /dev/null @@ -1 +0,0 @@ -Set sys.argv[0] in setup script run by build_meta.__legacy__ diff --git a/changelog.d/1959.change.rst b/changelog.d/1959.change.rst deleted file mode 100644 index c0cc8975..00000000 --- a/changelog.d/1959.change.rst +++ /dev/null @@ -1 +0,0 @@ -Fix for Python 4: replace unsafe six.PY3 with six.PY2 diff --git a/changelog.d/1994.change.rst b/changelog.d/1994.change.rst deleted file mode 100644 index 4a6cc742..00000000 --- a/changelog.d/1994.change.rst +++ /dev/null @@ -1 +0,0 @@ -Fixed a bug in the "setuptools.finalize_distribution_options" hook that lead to ignoring the order attribute of entry points managed by this hook. diff --git a/setup.cfg b/setup.cfg index ecef8609..cb5ae73b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,7 +19,7 @@ universal = 1 [metadata] name = setuptools -version = 44.0.0 +version = 44.1.0 description = Easily download, build, install, upgrade, and uninstall Python packages author = Python Packaging Authority author_email = distutils-sig@python.org -- cgit v1.2.1