Skip to content

Commit

Permalink
schema: Expose v4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
spbnick committed Oct 11, 2023
1 parent c3d1fda commit f43f7f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kcidb_io/schema/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from kcidb_io.schema.v04_00 import Version as V4_0 # noqa: F401
from kcidb_io.schema.v04_01 import Version as V4_1 # noqa: F401
from kcidb_io.schema.v04_02 import Version as V4_2 # noqa: F401
from kcidb_io.schema.v04_03 import Version as V4_3 # noqa: F401

# Legacy versions
V1 = V1_1 # noqa: F401
Expand All @@ -14,4 +15,4 @@
V4 = V4_0 # noqa: F401

# Latest version of the schema
LATEST = V4_2
LATEST = V4_3

0 comments on commit f43f7f4

Please sign in to comment.