Skip to content

Commit

Permalink
treq 20.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twm committed Sep 27, 2020
1 parent 50c9e39 commit 676c7ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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, 9, 0, release_candidate=1)
__version__ = Version('treq', 20, 9, 0)
__all__ = ["__version__"]
2 changes: 1 addition & 1 deletion src/treq/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def request(method, url, **kwargs):
:rtype: Deferred that fires with an IResponse provider.
.. versionchanged:: treq 20.9.0rc1
.. versionchanged:: treq 20.9.0
The *url* param now accepts :class:`hyperlink.DecodedURL` and
:class:`hyperlink.EncodedURL` objects.
Expand Down

0 comments on commit 676c7ff

Please sign in to comment.