Skip to content

Commit

Permalink
add 1.6, 1.7 to all_versions (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
wdamon-intel authored Mar 31, 2023
1 parent bcb4665 commit 477a99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/parse_specs.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from templates.helper import param_traits, type_traits, value_traits

default_version = "1.0"
all_versions = ["1.0", "1.1", "1.2", "1.3", "1.4", "1.5", "2.0"]
all_versions = ["1.0", "1.1", "1.2", "1.3", "1.4", "1.5", "1.6", "1.7", "2.0"]

"""
preprocess object
Expand Down

0 comments on commit 477a99e

Please sign in to comment.