diff options
| author | Benoit Pierre <benoit.pierre@gmail.com> | 2019-10-28 19:12:39 +0100 |
|---|---|---|
| committer | Benoit Pierre <benoit.pierre@gmail.com> | 2019-10-28 19:12:39 +0100 |
| commit | 7748921de342160ca2dc9c9539562bb9c924e14c (patch) | |
| tree | a7db37314fd3c6bda5db649c3ad80987ddebc885 | |
| parent | a46a938686f3ae3bf3b8d2a104a659be20d511b8 (diff) | |
| download | python-setuptools-git-41.5.1.tar.gz | |
Bump version: 41.5.0 → 41.5.1v41.5.1
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | CHANGES.rst | 6 | ||||
| -rw-r--r-- | changelog.d/1891.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 aeefc8f2..0dc75e9b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 41.5.0 +current_version = 41.5.1 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index 7e9fc0f6..bac35638 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,9 @@ +v41.5.1 +------- + +* #1891: Fix code for detecting Visual Studio's version on Windows under Python 2. + + v41.5.0 ------- diff --git a/changelog.d/1891.change.rst b/changelog.d/1891.change.rst deleted file mode 100644 index 81ccff10..00000000 --- a/changelog.d/1891.change.rst +++ /dev/null @@ -1 +0,0 @@ -Fix code for detecting Visual Studio's version on Windows under Python 2. @@ -19,7 +19,7 @@ universal = 1 [metadata] name = setuptools -version = 41.5.0 +version = 41.5.1 description = Easily download, build, install, upgrade, and uninstall Python packages author = Python Packaging Authority author_email = distutils-sig@python.org |
