Skip to content

Commit 36695ab

Browse files
authored
Update changelog for 4.0.0 (#888)
1 parent 4931a2a commit 36695ab

File tree

9 files changed

+22
-8
lines changed

9 files changed

+22
-8
lines changed

changelog/851.feature.rst

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

changelog/869.feature.rst

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

changelog/871.bugfix.rst

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

changelog/874.feature.rst

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

changelog/877.feature.rst

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

changelog/879.bugfix.rst

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

changelog/887.bugfix.rst

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

docs/changelog.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,26 @@ schemes recommended by the Python Packaging Authority.
1212
1313
.. towncrier release notes start
1414
15+
Twine 4.0.0 (2022-03-31)
16+
------------------------
17+
18+
Features
19+
^^^^^^^^
20+
21+
- Drop support for Python 3.6. (`#869 <https://github.com/pypa/twine/issues/869>`_)
22+
- Use Rich to add color to ``upload`` output. (`#851 <https://github.com/pypa/twine/issues/851>`_)
23+
- Use Rich to add color to ``check`` output. (`#874 <https://github.com/pypa/twine/issues/874>`_)
24+
- Use Rich instead of tqdm for upload progress bar. (`#877 <https://github.com/pypa/twine/issues/877>`_)
25+
26+
27+
Bugfixes
28+
^^^^^^^^
29+
30+
- Remove Twine's dependencies from the ``User-Agent`` header when uploading. (`#871 <https://github.com/pypa/twine/issues/871>`_)
31+
- Improve detection of disabled BLAKE2 hashing due to FIPS mode. (`#879 <https://github.com/pypa/twine/issues/879>`_)
32+
- Restore warning for missing ``long_description``. (`#887 <https://github.com/pypa/twine/issues/887>`_)
33+
34+
1535
Twine 3.8.0 (2022-02-02)
1636
------------------------
1737

tox.ini

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

8585
[testenv:changelog]
86+
skip_install = True
8687
basepython = python3
8788
deps =
8889
towncrier
8990
commands =
90-
towncrier {posargs}
91+
towncrier build {posargs}
9192

9293
[testenv:release]
9394
# specify Python 3 to use platform's default Python 3

0 commit comments

Comments
 (0)