Skip to content

Commit

Permalink
schema: Add a copy of v4.4 as v4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
spbnick committed Aug 21, 2024
1 parent d9c5f81 commit 09a4957
Show file tree
Hide file tree
Showing 2 changed files with 1,101 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 @@ -8,6 +8,7 @@
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
from kcidb_io.schema.v04_04 import Version as V4_4 # noqa: F401
from kcidb_io.schema.v04_05 import Version as V4_5 # noqa: F401

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

# Latest version of the schema
LATEST = V4_4
LATEST = V4_5
Loading

0 comments on commit 09a4957

Please sign in to comment.