Skip to content

Commit 477a99e

Browse files
authored
add 1.6, 1.7 to all_versions (#108)
1 parent bcb4665 commit 477a99e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/parse_specs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from templates.helper import param_traits, type_traits, value_traits
1515

1616
default_version = "1.0"
17-
all_versions = ["1.0", "1.1", "1.2", "1.3", "1.4", "1.5", "2.0"]
17+
all_versions = ["1.0", "1.1", "1.2", "1.3", "1.4", "1.5", "1.6", "1.7", "2.0"]
1818

1919
"""
2020
preprocess object

0 commit comments

Comments
 (0)