Skip to content

Commit a2cadbf

Browse files
committed
Release 21.5.0
1 parent 3fc5edb commit a2cadbf

File tree

6 files changed

+28
-5
lines changed

6 files changed

+28
-5
lines changed

CHANGELOG.rst

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

99
.. towncrier release notes start
1010
11+
21.5.0 (2021-05-24)
12+
===================
13+
14+
Features
15+
--------
16+
17+
- PEP 517/518 ``build-system`` metadata is now provided in ``pyproject.toml``. (`#329 <https://github.com/twisted/treq/issues/329>`__)
18+
19+
20+
Bugfixes
21+
--------
22+
23+
- ``treq.testing.StubTreq`` now persists ``twisted.web.server.Session`` instances between requests. (`#327 <https://github.com/twisted/treq/issues/327>`__)
24+
25+
26+
Improved Documentation
27+
----------------------
28+
29+
- The dependency on Sphinx required to build the documentation has been moved from the ``dev`` extra to the new ``docs`` extra. (`#296 <https://github.com/twisted/treq/issues/296>`__)
30+
31+
32+
Deprecations and Removals
33+
-------------------------
34+
35+
- Support for Python 2.7 and 3.5 has been dropped. treq no longer depends on ``six`` or ``mock``. (`#318 <https://github.com/twisted/treq/issues/318>`__)
36+
37+
1138
21.1.0 (2021-01-14)
1239
===================
1340

changelog.d/296.doc.rst

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

changelog.d/318.removal.rst

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

changelog.d/327.bugfix.rst

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

changelog.d/329.feature.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', 21, 1, 0)
10+
__version__ = Version("treq", 21, 5, 0)
1111
__all__ = ["__version__"]

0 commit comments

Comments
 (0)