Fix next version

This commit is contained in:
Hynek Schlawack 2023-04-16 12:19:02 +02:00
parent a7e1a56da6
commit 3786d5ab74
No known key found for this signature in database
GPG Key ID: AE2536227F69F181
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ def field(
Identical to `attr.ib`, except keyword-only and with some arguments
removed.
.. versionadded:: 22.3.0
.. versionadded:: 23.1.0
The *type* parameter has been re-added; mostly for
{func}`attrs.make_class`. Please note that type checkers ignore this
metadata.