Skip to content

Commit d67fb48

Browse files
committed
Release 22.2.0
1 parent 9687e1a commit d67fb48

File tree

5 files changed

+22
-4
lines changed

5 files changed

+22
-4
lines changed

CHANGELOG.rst

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

99
.. towncrier release notes start
1010
11+
22.2.0 (2022-02-08)
12+
===================
13+
14+
Features
15+
--------
16+
17+
- Python 3.10 and PyPy 3.8 are now supported. (`#338 <https://github.com/twisted/treq/issues/338>`__)
18+
19+
20+
Bugfixes
21+
--------
22+
23+
- 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>`__)
24+
25+
26+
Deprecations and Removals
27+
-------------------------
28+
29+
- 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>`__)
30+
31+
1132
22.1.0 (2022-01-29)
1233
===================
1334

changelog.d/338.feature.rst

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

changelog.d/338.removal.rst

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

changelog.d/343.bugfix.rst

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

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

0 commit comments

Comments
 (0)