diff options
| author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-08-24 11:25:04 +0100 |
|---|---|---|
| committer | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-08-24 11:25:04 +0100 |
| commit | 92ebeed732b08ac29576634ad4814b9efd07bb37 (patch) | |
| tree | 30a418eef2f64950d1bd459aafb039699608d534 | |
| parent | 9ae64dca68c3213b7d3b80655d3a9a0cdc71e47d (diff) | |
| download | python-setuptools-git-65.3.0.tar.gz | |
Bump version: 65.2.0 → 65.3.0v65.3.0
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | CHANGES.rst | 17 | ||||
| -rw-r--r-- | changelog.d/3547.change.rst | 1 | ||||
| -rw-r--r-- | changelog.d/3554.doc.rst | 1 | ||||
| -rw-r--r-- | changelog.d/3561.misc.rst | 1 | ||||
| -rw-r--r-- | setup.cfg | 2 |
6 files changed, 19 insertions, 5 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index cf3c02a9..f90d1027 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 65.2.0 +current_version = 65.3.0 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index 4ce565f5..8e35e3f6 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,20 @@ +v65.3.0 +------- + + +Changes +^^^^^^^ +* #3547: Stop ``ConfigDiscovery.analyse_name`` from splatting the ``Distribution.name`` attribute -- by :user:`jeamland` + +Documentation changes +^^^^^^^^^^^^^^^^^^^^^ +* #3554: Changed requires to requests in the pyproject.toml example in the :ref:`Dependency management section of the Quickstart guide <userguide/quickstart:dependency-management>` -- by :user:`mfbutner` + +Misc +^^^^ +* #3561: Fixed accidental name matching in editable hooks. + + v65.2.0 ------- diff --git a/changelog.d/3547.change.rst b/changelog.d/3547.change.rst deleted file mode 100644 index 88583b1b..00000000 --- a/changelog.d/3547.change.rst +++ /dev/null @@ -1 +0,0 @@ -Stop ``ConfigDiscovery.analyse_name`` from splatting the ``Distribution.name`` attribute -- by :user:`jeamland` diff --git a/changelog.d/3554.doc.rst b/changelog.d/3554.doc.rst deleted file mode 100644 index aa5d78a0..00000000 --- a/changelog.d/3554.doc.rst +++ /dev/null @@ -1 +0,0 @@ -Changed requires to requests in the pyproject.toml example in the :ref:`Dependency management section of the Quickstart guide <userguide/quickstart:dependency-management>` -- by :user:`mfbutner` diff --git a/changelog.d/3561.misc.rst b/changelog.d/3561.misc.rst deleted file mode 100644 index cb4781ef..00000000 --- a/changelog.d/3561.misc.rst +++ /dev/null @@ -1 +0,0 @@ -Fixed accidental name matching in editable hooks. @@ -1,6 +1,6 @@ [metadata] name = setuptools -version = 65.2.0 +version = 65.3.0 author = Python Packaging Authority author_email = distutils-sig@python.org description = Easily download, build, install, upgrade, and uninstall Python packages |
