We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff9451d + 40b6da3 commit 335a758Copy full SHA for 335a758
CHANGES.rst
@@ -1,3 +1,8 @@
1
+v4.1.0
2
+=======
3
+
4
+* #312: Add support for metadata 2.2 (``Dynamic`` field).
5
6
v4.0.1
7
=======
8
importlib_metadata/_adapters.py
@@ -19,6 +19,7 @@ class Message(email.message.Message):
19
'Requires-Dist',
20
'Requires-External',
21
'Supported-Platform',
22
+ 'Dynamic',
23
],
24
)
25
0 commit comments