Skip to content

Commit 0edbfa0

Browse files
authored
Merge pull request #1871 from nedbat/nedbat/metadata-version
Mention the metadata version at the top, and re-order the history
2 parents 2b77c91 + f714ffd commit 0edbfa0

File tree

1 file changed

+17
-12
lines changed

1 file changed

+17
-12
lines changed

source/specifications/core-metadata.rst

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
Core metadata specifications
77
============================
88

9+
This page describes version 2.4, approved in August 2024.
10+
911
Fields defined in the following specification should be considered valid,
1012
complete and not subject to change. The required fields are:
1113

@@ -921,27 +923,30 @@ Example::
921923
History
922924
=======
923925

924-
- March 2001: Core metadata 1.0 was approved through :pep:`241`.
925-
- April 2003: Core metadata 1.1 was approved through :pep:`314`:
926-
- February 2010: Core metadata 1.2 was approved through :pep:`345`.
927-
- February 2018: Core metadata 2.1 was approved through :pep:`566`.
926+
- August 2024: Core metadata 2.4 was approved through :pep:`639`.
928927

929-
- Added ``Description-Content-Type`` and ``Provides-Extra``.
930-
- Added canonical method for transforming metadata to JSON.
931-
- Restricted the grammar of the ``Name`` field.
928+
- Added the ``License-Expression`` field.
929+
- Added the ``License-File`` field.
930+
931+
- March 2022: Core metadata 2.3 was approved through :pep:`685`.
932+
933+
- Restricted extra names to be normalized.
932934

933935
- October 2020: Core metadata 2.2 was approved through :pep:`643`.
934936

935937
- Added the ``Dynamic`` field.
936938

937-
- March 2022: Core metadata 2.3 was approved through :pep:`685`.
939+
- February 2018: Core metadata 2.1 was approved through :pep:`566`.
938940

939-
- Restricted extra names to be normalized.
941+
- Added ``Description-Content-Type`` and ``Provides-Extra``.
942+
- Added canonical method for transforming metadata to JSON.
943+
- Restricted the grammar of the ``Name`` field.
940944

941-
- August 2024: Core metadata 2.4 was approved through :pep:`639`.
945+
- February 2010: Core metadata 1.2 was approved through :pep:`345`.
942946

943-
- Added the ``License-Expression`` field.
944-
- Added the ``License-File`` field.
947+
- April 2003: Core metadata 1.1 was approved through :pep:`314`:
948+
949+
- March 2001: Core metadata 1.0 was approved through :pep:`241`.
945950

946951
----
947952

0 commit comments

Comments
 (0)