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.
v0.31.0
1 parent fa50a04 commit 877ff21Copy full SHA for 877ff21
pyproject.toml
@@ -7,7 +7,7 @@ maintainers = [{ name = "Litestar Developers", email = "[email protected]" }]
7
name = "sqlspec"
8
readme = "README.md"
9
requires-python = ">=3.10, <4.0"
10
-version = "0.30.2"
+version = "0.31.0"
11
12
[project.urls]
13
Discord = "https://discord.gg/litestar"
@@ -211,7 +211,7 @@ opt_level = "3" # Maximum optimization (0-3)
211
allow_dirty = true
212
commit = false
213
commit_args = "--no-verify"
214
-current_version = "0.30.2"
+current_version = "0.31.0"
215
ignore_missing_files = false
216
ignore_missing_version = false
217
message = "chore(release): bump to v{new_version}"
0 commit comments