Skip to content

Commit

Permalink
Release 24.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
twm committed Sep 19, 2024
1 parent 9cedb08 commit caaf9fc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ Changelog

.. towncrier release notes start
24.9.1 (2024-09-19)
===================

Bugfixes
--------

- treq has vendored its dependency on the ``multipart`` library to avoid import
conflicts with ``python-multipart``; it should now be installable alongside
that library. (`#399 <https://github.com/twisted/treq/issues/399>`__)


24.9.0 (2024-09-17)
===================

Expand Down
3 changes: 0 additions & 3 deletions changelog.d/399.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", 24, 9, 0)
__version__ = Version("treq", 24, 9, 1)
__all__ = ["__version__"]

0 comments on commit caaf9fc

Please sign in to comment.