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 e8060c0 commit 6013293Copy full SHA for 6013293
src/schema/SCHEMA_VERSION
@@ -1 +1 @@
1
-1.0.12-dev
+1.0.12
tools/schemacode/pyproject.toml
@@ -100,7 +100,7 @@ parallel = true
100
# uvx bump-my-version bump <patch|minor|major>
101
# git push upstream <current-branch>
102
[tool.bumpversion]
103
-current_version = "1.0.12-dev"
+current_version = "1.0.12"
104
parse = """(?x)
105
(?P<major>[0-9]+)
106
\\.(?P<minor>[0-9]+)
0 commit comments