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 afedb49 commit 545d4d2Copy full SHA for 545d4d2
src/schema/SCHEMA_VERSION
@@ -1 +1 @@
1
-1.1.3
+1.1.4-dev
tools/schemacode/pyproject.toml
@@ -105,7 +105,7 @@ exclude_also = [
105
# uvx bump-my-version bump <patch|minor|major>
106
# git push upstream <current-branch>
107
[tool.bumpversion]
108
-current_version = "1.1.3"
+current_version = "1.1.4-dev"
109
parse = """(?x)
110
(?P<major>[0-9]+)
111
\\.(?P<minor>[0-9]+)
0 commit comments