Skip to content

Commit def1f6c

Browse files
committed
Update structures for 3.1.x
1 parent a254910 commit def1f6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ The version number of the pip module corresponds to the version of the Open Data
1010
|-------------------------------------|--------------------|
1111
| 3.0.1 | >=3.0.1 |
1212
| 3.0.2 | >=3.0.4 |
13+
| 3.1.0 | >=3.1.0 |
1314

1415
**Note**: We mirror major and minor version from the ODCS to the pip module, but not the patch version!
1516

@@ -40,8 +41,7 @@ kind: DataContract
4041
id: 53581432-6c55-4ba2-a65f-72344a91553b
4142
status: active
4243
name: my_table
43-
dataProduct: my_quantum
44-
apiVersion: v3.0.1
44+
apiVersion: v3.1.0
4545
"""
4646
data_contract = OpenDataContractStandard.from_string(data_contract_str)
4747
# Print the data contract specification as a YAML string

0 commit comments

Comments
 (0)