diff options
| author | Jason R. Coombs <jaraco@Karui-Tatchi.lan> | 2020-03-21 14:41:31 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@Karui-Tatchi.lan> | 2020-03-21 14:41:31 -0400 |
| commit | 1988125e800b3b64f9cf9311fea5525cc81546f9 (patch) | |
| tree | fcfe3af2adae3c0fab0efc6c14aaaac3b45176e4 | |
| parent | c020b5f88579487350ea38a40d3ea2cab1318144 (diff) | |
| download | python-setuptools-git-1988125e800b3b64f9cf9311fea5525cc81546f9.tar.gz | |
Bump version: 44.0.0 → 44.1.0v44.1.0
| -rw-r--r-- | .bumpversion.cfg | 3 | ||||
| -rw-r--r-- | CHANGES.rst | 8 | ||||
| -rw-r--r-- | changelog.d/1704.change.rst | 1 | ||||
| -rw-r--r-- | changelog.d/1959.change.rst | 1 | ||||
| -rw-r--r-- | changelog.d/1994.change.rst | 1 | ||||
| -rw-r--r-- | setup.cfg | 2 |
6 files changed, 10 insertions, 6 deletions
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. @@ -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 |
