Skip to content

Commit 0d66758

Browse files
authored
Release 6.3.2 (#1124)
<img width="675" alt="Screenshot 2025-04-03 at 8 16 18 AM" src="https://github.com/user-attachments/assets/d8842e39-6129-4435-b162-9b4edce9ec78" /> Signed-off-by: J. Nick Koston <[email protected]>
1 parent 64d2dc9 commit 0d66758

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGES.rst

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

1515
.. towncrier release notes start
1616
17+
6.3.2
18+
=====
19+
20+
*(2025-04-03)*
21+
22+
23+
Bug fixes
24+
---------
25+
26+
- Resolved a memory leak by ensuring proper reference count decrementation -- by :user:`asvetlov` and :user:`bdraco`.
27+
28+
*Related issues and pull requests on GitHub:*
29+
:issue:`1121`.
30+
31+
32+
----
33+
34+
1735
6.3.1
1836
=====
1937

CHANGES/1121.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.3.1"
25+
__version__ = "6.3.2"
2626

2727

2828
if TYPE_CHECKING or not USE_EXTENSIONS:

0 commit comments

Comments
 (0)