diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2022-08-18 08:34:58 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2022-08-18 08:34:58 -0400 |
| commit | d556d81943840387ec8996bf7bd45dddb6b351ae (patch) | |
| tree | 90a611ec137b99635c4be7855a29443e268c3a7e | |
| parent | a103d888e6c46404ccb92539946a47eef0f90164 (diff) | |
| download | python-setuptools-git-65.1.0.tar.gz | |
Bump version: 65.0.2 → 65.1.0v65.1.0
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | CHANGES.rst | 13 | ||||
| -rw-r--r-- | changelog.d/3536.change.rst | 1 | ||||
| -rw-r--r-- | changelog.d/3538.doc.rst | 1 | ||||
| -rw-r--r-- | setup.cfg | 2 |
5 files changed, 15 insertions, 4 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f12bb2dc..9dde3c5f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 65.0.2 +current_version = 65.1.0 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index 1021030e..6cd0a78b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,16 @@ +v65.1.0 +------- + + +Changes +^^^^^^^ +* #3536: Remove monkeypatching of msvc9compiler. + +Documentation changes +^^^^^^^^^^^^^^^^^^^^^ +* #3538: Corrected documentation on how to use the `legacy-editable` mode. + + v65.0.2 ------- diff --git a/changelog.d/3536.change.rst b/changelog.d/3536.change.rst deleted file mode 100644 index 21a77875..00000000 --- a/changelog.d/3536.change.rst +++ /dev/null @@ -1 +0,0 @@ -Remove monkeypatching of msvc9compiler. diff --git a/changelog.d/3538.doc.rst b/changelog.d/3538.doc.rst deleted file mode 100644 index ff82dffb..00000000 --- a/changelog.d/3538.doc.rst +++ /dev/null @@ -1 +0,0 @@ -Corrected documentation on how to use the `legacy-editable` mode. @@ -1,6 +1,6 @@ [metadata] name = setuptools -version = 65.0.2 +version = 65.1.0 author = Python Packaging Authority author_email = distutils-sig@python.org description = Easily download, build, install, upgrade, and uninstall Python packages |
