Skip to content

Commit

Permalink
Release 20.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
twm committed Apr 17, 2020
1 parent ece6656 commit 2f8e7c2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ Changelog

.. towncrier release notes start
20.4.1 (2020-04-16)
===================

Bugfixes
--------

- 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>`__)

20.4.0 (2020-04-16)
===================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@
license="MIT/X",
url="https://github.com/twisted/treq",
long_description=readme,
long_description_content_type='test/x-rst',
long_description_content_type='text/x-rst',
)
2 changes: 1 addition & 1 deletion src/treq/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@

from incremental import Version

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

0 comments on commit 2f8e7c2

Please sign in to comment.