diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-05-09 12:18:56 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-05-09 12:18:56 -0400 |
| commit | 317ad2c4c9edf793e65372e80ec2d64f4edf147f (patch) | |
| tree | 48656e27c454eb2ebccd92f9f138a34e89f0676f | |
| parent | 4c46ae7979e90c52a2eab00166661c60fb6e560f (diff) | |
| download | python-setuptools-git-317ad2c4c9edf793e65372e80ec2d64f4edf147f.tar.gz | |
Bump version: 56.1.0 → 56.2.0v56.2.0
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | CHANGES.rst | 11 | ||||
| -rw-r--r-- | changelog.d/2640.change.rst | 1 | ||||
| -rw-r--r-- | changelog.d/2641.change.rst | 2 | ||||
| -rw-r--r-- | setup.cfg | 2 |
5 files changed, 13 insertions, 5 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 7b7bed92..036117a5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 56.1.0 +current_version = 56.2.0 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index b194f55a..f7dd6a75 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,14 @@ +v56.2.0 +------- + + +Changes +^^^^^^^ +* #2640: Fixed handling of multiline license strings. - by :user:`cdce8p` +* #2641: Setuptools will now always try to use the latest supported + metadata version for ``PKG-INFO``. - by :user:`cdce8p` + + v56.1.0 ------- diff --git a/changelog.d/2640.change.rst b/changelog.d/2640.change.rst deleted file mode 100644 index dfed671a..00000000 --- a/changelog.d/2640.change.rst +++ /dev/null @@ -1 +0,0 @@ -Fixed handling of multiline license strings. - by :user:`cdce8p` diff --git a/changelog.d/2641.change.rst b/changelog.d/2641.change.rst deleted file mode 100644 index 95b8a03e..00000000 --- a/changelog.d/2641.change.rst +++ /dev/null @@ -1,2 +0,0 @@ -Setuptools will now always try to use the latest supported -metadata version for ``PKG-INFO``. - by :user:`cdce8p` @@ -2,7 +2,7 @@ license_files = LICENSE name = setuptools -version = 56.1.0 +version = 56.2.0 author = Python Packaging Authority author_email = distutils-sig@python.org description = Easily download, build, install, upgrade, and uninstall Python packages |
