diff options
| author | Benoit Pierre <benoit.pierre@gmail.com> | 2019-11-25 12:08:38 +0100 |
|---|---|---|
| committer | Benoit Pierre <benoit.pierre@gmail.com> | 2019-11-25 12:08:38 +0100 |
| commit | e84f616a6507ec9115fad68b221cbf5333d9d2d9 (patch) | |
| tree | 18e4c0c56ca451d58aad1af867ea628938b75562 | |
| parent | 3287006c564c6d079c8e043e8b7d6726fb28f7ac (diff) | |
| download | python-setuptools-git-42.0.1.tar.gz | |
Bump version: 42.0.0 → 42.0.1v42.0.1
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | CHANGES.rst | 6 | ||||
| -rw-r--r-- | changelog.d/1918.change.rst | 1 | ||||
| -rw-r--r-- | setup.cfg | 2 |
4 files changed, 8 insertions, 3 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0551f1b0..e37acce5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 42.0.0 +current_version = 42.0.1 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index 0a8696c2..da657c28 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,9 @@ +v42.0.1 +------- + +* #1918: Fix regression in handling wheels compatibility tags. + + v42.0.0 ------- diff --git a/changelog.d/1918.change.rst b/changelog.d/1918.change.rst deleted file mode 100644 index 29d00456..00000000 --- a/changelog.d/1918.change.rst +++ /dev/null @@ -1 +0,0 @@ -Fix regression in handling wheels compatibility tags. @@ -19,7 +19,7 @@ universal = 1 [metadata] name = setuptools -version = 42.0.0 +version = 42.0.1 description = Easily download, build, install, upgrade, and uninstall Python packages author = Python Packaging Authority author_email = distutils-sig@python.org |
