diff options
| -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 |
