Skip to content

Commit 6912086

Browse files
committed
Release 1.1.0
1 parent 2bb2b57 commit 6912086

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,9 @@ data_contract = DataContractSpecification.from_string(data_contract_str)
5353
# Print the data contract specification as a YAML string
5454
print(data_contract.to_yaml())
5555
```
56+
57+
## Release
58+
59+
- Change version number in `pyproject.toml`
60+
- Create tag with version number
61+
- Wait for GitHub Actions to build and publish the package

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "datacontract-specification"
3-
version = "1.1.0.dev1" # in sync with spec
3+
version = "1.1.0" # in sync with spec
44
description = "The Pydantic Model of the Data Contract Specification"
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)