diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-01-19 10:55:07 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-01-19 10:55:07 -0500 |
| commit | 756a7d662a076657ddf67f0cba699ca5430cb840 (patch) | |
| tree | 2bb5f44b50e6ae09f73dbe2255768d7be6400cec | |
| parent | 38af5c857fc93706cbb13de1c5e5a0b0a458fdce (diff) | |
| download | python-setuptools-git-45.1.0.tar.gz | |
Bump version: 45.0.0 → 45.1.0v45.1.0
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | CHANGES.rst | 8 | ||||
| -rw-r--r-- | changelog.d/1458.change.rst | 1 | ||||
| -rw-r--r-- | changelog.d/1704.change.rst | 1 | ||||
| -rw-r--r-- | changelog.d/1974.change.rst | 1 | ||||
| -rw-r--r-- | setup.cfg | 2 |
6 files changed, 10 insertions, 5 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 77143907..ef8a3877 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 45.0.0 +current_version = 45.1.0 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index 4a81e995..198854fc 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,11 @@ +v45.1.0 +------- + +* #1458: Add minimum sunset date and preamble to Python 2 warning. +* #1704: Set sys.argv[0] in setup script run by build_meta.__legacy__ +* #1974: Add Python 3 Only Trove Classifier and remove universal wheel declaration for more complete transition from Python 2. + + v45.0.0 ------- diff --git a/changelog.d/1458.change.rst b/changelog.d/1458.change.rst deleted file mode 100644 index c953127a..00000000 --- a/changelog.d/1458.change.rst +++ /dev/null @@ -1 +0,0 @@ -Add minimum sunset date and preamble to Python 2 warning. 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/1974.change.rst b/changelog.d/1974.change.rst deleted file mode 100644 index cadf1cf1..00000000 --- a/changelog.d/1974.change.rst +++ /dev/null @@ -1 +0,0 @@ -Add Python 3 Only Trove Classifier and remove universal wheel declaration for more complete transition from Python 2. @@ -16,7 +16,7 @@ formats = zip [metadata] name = setuptools -version = 45.0.0 +version = 45.1.0 description = Easily download, build, install, upgrade, and uninstall Python packages author = Python Packaging Authority author_email = distutils-sig@python.org |
