From 71d830b9bd448ec2468d0129bf32b554725ee578 Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Tue, 2 Nov 2021 10:29:26 -0500 Subject: [PATCH 1/2] Update changelog for 3.5.0 --- changelog/812.bugfix.rst | 2 -- changelog/815.feature.rst | 1 - changelog/816.feature.rst | 1 - changelog/817.bugfix.rst | 1 - docs/changelog.rst | 18 ++++++++++++++++++ 5 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 changelog/812.bugfix.rst delete mode 100644 changelog/815.feature.rst delete mode 100644 changelog/816.feature.rst delete mode 100644 changelog/817.bugfix.rst diff --git a/changelog/812.bugfix.rst b/changelog/812.bugfix.rst deleted file mode 100644 index 1659d362..00000000 --- a/changelog/812.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -Add a helpful error message when an upload fails due to missing a trailing -slash in the URL. diff --git a/changelog/815.feature.rst b/changelog/815.feature.rst deleted file mode 100644 index aa819df6..00000000 --- a/changelog/815.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Show more helpful messages for invalid passwords. diff --git a/changelog/816.feature.rst b/changelog/816.feature.rst deleted file mode 100644 index adbf6cb9..00000000 --- a/changelog/816.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Allow the ``--skip-existing`` option to work with GCP Artifact Registry. diff --git a/changelog/817.bugfix.rst b/changelog/817.bugfix.rst deleted file mode 100644 index 5abcc059..00000000 --- a/changelog/817.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Generalize ``--verbose`` suggestion when an upload fails. diff --git a/docs/changelog.rst b/docs/changelog.rst index 94f2e256..37f49e07 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -12,6 +12,24 @@ schemes recommended by the Python Packaging Authority. .. towncrier release notes start +Twine 3.5.0 (2021-11-02) +------------------------ + +Features +^^^^^^^^ + +- Show more helpful messages for invalid passwords. (`#815 `_) +- Allow the ``--skip-existing`` option to work with GCP Artifact Registry. (`#816 `_) + + +Bugfixes +^^^^^^^^ + +- Add a helpful error message when an upload fails due to missing a trailing + slash in the URL. (`#812 `_) +- Generalize ``--verbose`` suggestion when an upload fails. (`#817 `_) + + Twine 3.4.2 (2021-07-20) ------------------------ From 72ab7ff61b678cbe5b80250e9f81e302b3089383 Mon Sep 17 00:00:00 2001 From: Brian Rutledge Date: Wed, 3 Nov 2021 00:50:48 +0000 Subject: [PATCH 2/2] Update docs/changelog.rst --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 37f49e07..1f84d6ed 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -19,7 +19,7 @@ Features ^^^^^^^^ - Show more helpful messages for invalid passwords. (`#815 `_) -- Allow the ``--skip-existing`` option to work with GCP Artifact Registry. (`#816 `_) +- Allow the ``--skip-existing`` option to work with GCP Artifact Registry. (`#823 `_) Bugfixes