Skip to content

Commit 5f64e68

Browse files
authored
Release 6.4.3 (#1148)
1 parent 28b7b4b commit 5f64e68

File tree

5 files changed

+33
-4
lines changed

5 files changed

+33
-4
lines changed

CHANGES.rst

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

1515
.. towncrier release notes start
1616
17+
6.4.3
18+
=====
19+
20+
*(2025-04-10)*
21+
22+
23+
Bug fixes
24+
---------
25+
26+
- Fixed building the library in debug mode.
27+
28+
*Related issues and pull requests on GitHub:*
29+
:issue:`1144`.
30+
31+
- Fixed custom ``PyType_GetModuleByDef()`` when non-heap type object was passed.
32+
33+
*Related issues and pull requests on GitHub:*
34+
:issue:`1147`.
35+
36+
37+
Packaging updates and notes for downstreams
38+
-------------------------------------------
39+
40+
- Added the ability to build in debug mode by setting :envvar:`MULTIDICT_DEBUG_BUILD` in the environment -- by :user:`bdraco`.
41+
42+
*Related issues and pull requests on GitHub:*
43+
:issue:`1145`.
44+
45+
46+
----
47+
48+
1749
6.4.2
1850
=====
1951

CHANGES/1144.bugfix.rst

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

CHANGES/1145.packaging.rst

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

CHANGES/1147.bugfix.rst

Lines changed: 0 additions & 1 deletion
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.2"
25+
__version__ = "6.4.3"
2626

2727

2828
if TYPE_CHECKING or not USE_EXTENSIONS:

0 commit comments

Comments
 (0)