Skip to content

Commit a8eedfa

Browse files
committed
Preparing release 3.2.1
1 parent 6bfd19d commit a8eedfa

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
=========
44

55

6-
3.2.1 (unreleased)
6+
3.2.1 (2026-06-02)
77
==================
88

99
- Make internalizing anonymous dictionary objects

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def _c(m):
148148

149149
setup(
150150
name='nti.externalization',
151-
version='3.2.1.dev0',
151+
version='3.2.1',
152152
author='Jason Madden',
153153
author_email='jason@seecoresoftware.com',
154154
description="NTI Externalization",

src/nti/externalization/datastructures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ def find_factory_for_named_value(self, key, value):
701701
Only return an anonymous factory for ``IDict`` fields when
702702
it wants objects for the value.
703703
704-
.. versionchanged:: NEXT
704+
.. versionchanged:: 3.2.1
705705
Use ``IMapping`` instead of ``IDict`` to be more general.
706706
707707
"""

0 commit comments

Comments
 (0)