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.14.0
1 parent 9a08ae7 commit 5cf92b0Copy full SHA for 5cf92b0
pyproject.toml
@@ -7,7 +7,7 @@ maintainers = [{ name = "Litestar Developers", email = "[email protected]" }]
7
name = "sqlspec"
8
readme = "README.md"
9
requires-python = ">=3.9, <4.0"
10
-version = "0.13.1"
+version = "0.14.0"
11
12
[project.urls]
13
Discord = "https://discord.gg/litestar"
@@ -131,7 +131,7 @@ packages = ["sqlspec"]
131
allow_dirty = true
132
commit = false
133
commit_args = "--no-verify"
134
-current_version = "0.13.1"
+current_version = "0.14.0"
135
ignore_missing_files = false
136
ignore_missing_version = false
137
message = "chore(release): bump to v{new_version}"
0 commit comments