Skip to content

Commit fe79f97

Browse files
authored
Release 6.4.2 (#1142)
<img width="666" alt="Screenshot 2025-04-09 at 12 22 49 PM" src="https://github.com/user-attachments/assets/367ad20d-b657-4aad-afc6-fb3996a3b9ee" /> testing - [x] prod 1 - [x] prod 2 - [x] aiohttp Signed-off-by: J. Nick Koston <nick@koston.org>
1 parent 21a6e93 commit fe79f97

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

CHANGES.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,26 @@ Changelog
1414

1515
.. towncrier release notes start
1616
17+
6.4.2
18+
=====
19+
20+
*(2025-04-09)*
21+
22+
23+
Bug fixes
24+
---------
25+
26+
- Fixed a segmentation fault when creating subclassed :py:class:`~multidict.MultiDict` objects on Python < 3.11 -- by :user:`bdraco`.
27+
28+
The problem first appeared in 6.4.0
29+
30+
*Related issues and pull requests on GitHub:*
31+
:issue:`1141`.
32+
33+
34+
----
35+
36+
1737
6.4.1
1838
=====
1939

CHANGES/1141.bugfix.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

multidict/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"getversion",
2323
)
2424

25-
__version__ = "6.4.1"
25+
__version__ = "6.4.2"
2626

2727

2828
if TYPE_CHECKING or not USE_EXTENSIONS:

0 commit comments

Comments
 (0)