Skip to content

Commit bc325a8

Browse files
authored
DOCS: Fix version for "default structure hook fallback factory" migration (#665)
The change was moved to version 25.1.0 from version 24.2.0 in #618 but the migration entry was not updated accordingly.
1 parent d5db7b5 commit bc325a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/migrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The old behavior can be restored by registering the `list_structure_factory` usi
1717
>>> converter.register_structure_hook_factory(is_sequence, list_structure_factory)
1818
```
1919

20-
## 24.2.0
20+
## 25.1.0
2121

2222
### The default structure hook fallback factory
2323

0 commit comments

Comments
 (0)