Skip to content

Commit

Permalink
Release 22.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twm committed Feb 9, 2022
1 parent 9687e1a commit d67fb48
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,27 @@ Changelog

.. towncrier release notes start
22.2.0 (2022-02-08)
===================

Features
--------

- Python 3.10 and PyPy 3.8 are now supported. (`#338 <https://github.com/twisted/treq/issues/338>`__)


Bugfixes
--------

- Address a regression introduced in Treq 22.1.0 that prevented transmission of cookies with requests to ports other than 80, including HTTPS (443). (`#343 <https://github.com/twisted/treq/issues/343>`__)


Deprecations and Removals
-------------------------

- Support for Python 3.6, which has reached end of support, is deprecated. This is the last release with support for Python 3.6. (`#338 <https://github.com/twisted/treq/issues/338>`__)


22.1.0 (2022-01-29)
===================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/338.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/338.removal.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/343.bugfix.rst

This file was deleted.

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", 22, 1, 0)
__version__ = Version("treq", 22, 2, 0)
__all__ = ["__version__"]

0 comments on commit d67fb48

Please sign in to comment.