File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -12,6 +12,16 @@ schemes recommended by the Python Packaging Authority.
12
12
13
13
.. towncrier release notes start
14
14
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
+
15
25
Twine 4.0.0 (2022-03-31)
16
26
------------------------
17
27
Original file line number Diff line number Diff line change @@ -83,7 +83,6 @@ commands =
83
83
python -c ' with open("mypy/index.txt") as f: print(f.read())'
84
84
85
85
[testenv:changelog]
86
- skip_install = True
87
86
basepython = python3
88
87
deps =
89
88
towncrier
You can’t perform that action at this time.
0 commit comments