diff --git a/changelog/890.bugfix.rst b/changelog/890.bugfix.rst deleted file mode 100644 index d4dfd1bf..00000000 --- a/changelog/890.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Improve logging when keyring fails. diff --git a/changelog/896.bugfix.rst b/changelog/896.bugfix.rst deleted file mode 100644 index b03071dc..00000000 --- a/changelog/896.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Reconfgure root logger to show all log messages. diff --git a/docs/changelog.rst b/docs/changelog.rst index 9db8f7aa..8592d831 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -12,6 +12,16 @@ schemes recommended by the Python Packaging Authority. .. towncrier release notes start +Twine 4.0.1 (2022-06-01) +------------------------ + +Bugfixes +^^^^^^^^ + +- Improve logging when keyring fails. (`#890 `_) +- Reconfgure root logger to show all log messages. (`#896 `_) + + Twine 4.0.0 (2022-03-31) ------------------------ diff --git a/tox.ini b/tox.ini index cabad41a..406d68d4 100644 --- a/tox.ini +++ b/tox.ini @@ -83,7 +83,6 @@ commands = python -c 'with open("mypy/index.txt") as f: print(f.read())' [testenv:changelog] -skip_install = True basepython = python3 deps = towncrier