Skip to content

Commit 2f8e7c2

Browse files
committed
Release 20.4.1
1 parent ece6656 commit 2f8e7c2

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ Changelog
88

99
.. towncrier release notes start
1010
11+
20.4.1 (2020-04-16)
12+
===================
13+
14+
Bugfixes
15+
--------
16+
17+
- Correct a typo in the treq 20.4.0 package metadata that prevented upload to PyPI (`pypa/twine#589 <https://github.com/pypa/twine/issues/589>`__)
18+
1119
20.4.0 (2020-04-16)
1220
===================
1321

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@
5555
license="MIT/X",
5656
url="https://github.com/twisted/treq",
5757
long_description=readme,
58-
long_description_content_type='test/x-rst',
58+
long_description_content_type='text/x-rst',
5959
)

src/treq/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77

88
from incremental import Version
99

10-
__version__ = Version('treq', 20, 4, 0)
10+
__version__ = Version('treq', 20, 4, 1)
1111
__all__ = ["__version__"]

0 commit comments

Comments
 (0)