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 c2a3a62 commit a189c71Copy full SHA for a189c71
services/cdn/pyproject.toml
@@ -3,7 +3,7 @@ name = "stackit-cdn"
3
4
[tool.poetry]
5
name = "stackit-cdn"
6
-version = "v0.1.1"
+version = "v1.0.1"
7
authors = [
8
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
9
]
@@ -105,4 +105,4 @@ per-file-ignores = """
105
# E501: long descriptions/string values might lead to lines that are too long
106
# B028: stacklevel for deprecation warning is irrelevant
107
./src/stackit/*/api/default_api.py: F841,B028,E501
108
-"""
+"""
0 commit comments