diff --git a/changelog/1028.misc.rst b/changelog/1028.misc.rst deleted file mode 100644 index 949564f6..00000000 --- a/changelog/1028.misc.rst +++ /dev/null @@ -1 +0,0 @@ -Warn about PGP signatures being ignored and deprecated by PyPI diff --git a/changelog/1040.misc.rst b/changelog/1040.misc.rst deleted file mode 100644 index 7b282cef..00000000 --- a/changelog/1040.misc.rst +++ /dev/null @@ -1 +0,0 @@ -Use API tokens by default for PyPI diff --git a/changelog/931.misc.rst b/changelog/931.misc.rst deleted file mode 100644 index 5be844d5..00000000 --- a/changelog/931.misc.rst +++ /dev/null @@ -1 +0,0 @@ -Throws an error when uploading signed files without any distribution files. \ No newline at end of file diff --git a/changelog/969.bugfix.rst b/changelog/969.bugfix.rst deleted file mode 100644 index fca96640..00000000 --- a/changelog/969.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Use ``email.message`` instead of ``cgi`` as ``cgi`` has been deprecated diff --git a/changelog/991.misc.rst b/changelog/991.misc.rst deleted file mode 100644 index de7248ff..00000000 --- a/changelog/991.misc.rst +++ /dev/null @@ -1 +0,0 @@ -Fix the ReadTheDocs build by removing minimum python version and specifying build requirements. diff --git a/docs/changelog.rst b/docs/changelog.rst index c1fa2922..e93dff5d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -12,6 +12,21 @@ schemes recommended by the Python Packaging Authority. .. towncrier release notes start +Twine 5.0.0 (2024-02-10) +------------------------ + +Bugfixes +^^^^^^^^ + +- Use ``email.message`` instead of ``cgi`` as ``cgi`` has been deprecated (`#969 `_) + + +Misc +^^^^ + +- `#931 `_, `#991 `_, `#1028 `_, `#1040 `_ + + Twine 4.0.2 (2022-11-30) ------------------------