Skip to content

Commit

Permalink
Release 21.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twm committed May 24, 2021
1 parent 3fc5edb commit a2cadbf
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 5 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,33 @@ Changelog

.. towncrier release notes start
21.5.0 (2021-05-24)
===================

Features
--------

- PEP 517/518 ``build-system`` metadata is now provided in ``pyproject.toml``. (`#329 <https://github.com/twisted/treq/issues/329>`__)


Bugfixes
--------

- ``treq.testing.StubTreq`` now persists ``twisted.web.server.Session`` instances between requests. (`#327 <https://github.com/twisted/treq/issues/327>`__)


Improved Documentation
----------------------

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


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

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


21.1.0 (2021-01-14)
===================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/296.doc.rst

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/329.feature.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', 21, 1, 0)
__version__ = Version("treq", 21, 5, 0)
__all__ = ["__version__"]

0 comments on commit a2cadbf

Please sign in to comment.