Skip to content

Commit 8f5e5d6

Browse files
authored
Update changelog for 4.0.1 (#904)
* Fix twine import error from towncrier * Update changelog for 4.0.1
1 parent 62f3c67 commit 8f5e5d6

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

changelog/890.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/896.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ schemes recommended by the Python Packaging Authority.
1212
1313
.. towncrier release notes start
1414
15+
Twine 4.0.1 (2022-06-01)
16+
------------------------
17+
18+
Bugfixes
19+
^^^^^^^^
20+
21+
- Improve logging when keyring fails. (`#890 <https://github.com/pypa/twine/issues/890>`_)
22+
- Reconfgure root logger to show all log messages. (`#896 <https://github.com/pypa/twine/issues/896>`_)
23+
24+
1525
Twine 4.0.0 (2022-03-31)
1626
------------------------
1727

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ commands =
8383
python -c 'with open("mypy/index.txt") as f: print(f.read())'
8484

8585
[testenv:changelog]
86-
skip_install = True
8786
basepython = python3
8887
deps =
8988
towncrier

0 commit comments

Comments
 (0)