We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bb2b57 commit 6912086Copy full SHA for 6912086
README.md
@@ -53,3 +53,9 @@ data_contract = DataContractSpecification.from_string(data_contract_str)
53
# Print the data contract specification as a YAML string
54
print(data_contract.to_yaml())
55
```
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
@@ -1,6 +1,6 @@
1
[project]
2
name = "datacontract-specification"
3
-version = "1.1.0.dev1" # in sync with spec
+version = "1.1.0" # in sync with spec
4
description = "The Pydantic Model of the Data Contract Specification"
5
readme = "README.md"
6
authors = [
0 commit comments