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 3f1bc14 commit 3d0f1c6Copy full SHA for 3d0f1c6
src/schema/SCHEMA_VERSION
@@ -1 +1 @@
1
-1.1.2
+1.1.3-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.2"
+current_version = "1.1.3-dev"
109
parse = """(?x)
110
(?P<major>[0-9]+)
111
\\.(?P<minor>[0-9]+)
0 commit comments