diff options
| author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2023-02-21 18:08:32 +0000 |
|---|---|---|
| committer | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2023-02-21 18:08:32 +0000 |
| commit | c34b82735c1a9c8707bea00705ae2f621bf4c24d (patch) | |
| tree | 9748d2bd77ff43c98a7c693431affd25515c7f98 | |
| parent | f4a74297682a0b15eb017790d3dc282ef67e99f0 (diff) | |
| download | python-setuptools-git-67.4.0.tar.gz | |
Bump version: 67.3.3 → 67.4.0v67.4.0
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | CHANGES.rst | 10 | ||||
| -rw-r--r-- | changelog.d/3832.change.rst | 2 | ||||
| -rw-r--r-- | setup.cfg | 2 |
4 files changed, 12 insertions, 4 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 60d10361..f92513aa 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 67.3.3 +current_version = 67.4.0 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index 599345cd..6466071e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,13 @@ +v67.4.0 +------- + + +Changes +^^^^^^^ +* #3832: Update vendored ``importlib-metadata`` (to 6.0.0) and + ``importlib-resources`` (to 5.10.2) + + v67.3.3 ------- diff --git a/changelog.d/3832.change.rst b/changelog.d/3832.change.rst deleted file mode 100644 index 6cda458a..00000000 --- a/changelog.d/3832.change.rst +++ /dev/null @@ -1,2 +0,0 @@ -Update vendored ``importlib-metadata`` (to 6.0.0) and -``importlib-resources`` (to 5.10.2) @@ -1,6 +1,6 @@ [metadata] name = setuptools -version = 67.3.3 +version = 67.4.0 author = Python Packaging Authority author_email = distutils-sig@python.org description = Easily download, build, install, upgrade, and uninstall Python packages |
