-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathapi_compatibility.txt
30 lines (29 loc) · 1.08 KB
/
api_compatibility.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#
# To update kimpy version in:
# - kimpy/__init__.py
# and kim-api version in:
# - .github/*
# append to this table and then run:
# $ python devtools/update_version.py
#
# kimpy-version target-api-version backward-compatible-api-version
0.1.1 2.0.0 2.0.0
0.1.2 2.0.0 2.0.0
0.1.3 2.0.0 2.0.0
0.2.0 2.0.0 2.0.0
0.2.1 2.0.1 2.0.0
0.2.2 2.0.1 2.0.0
0.2.3 2.0.2 2.0.2
0.2.4 2.0.2 2.0.2
0.3.0 2.1.2 2.1.2
0.3.1 2.1.2 2.1.2
0.3.2 2.1.3 2.1.2
0.3.3 2.1.3 2.1.2
0.3.4 2.2.0 2.2.0
1.0.0 2.2.1 2.2.0
2.0.0 2.2.1 2.2.1
2.0.1 2.3.0 2.2.1
2.1.0 2.3.0 2.2.1
2.1.1 2.3.0 2.2.1
2.1.2 2.4.0 2.2.1
2.1.3 2.4.1 2.2.1