Skip to content

Commit b80b634

Browse files
committed
chore(release): bump to v0.28.0
1 parent 356ba59 commit b80b634

File tree

3 files changed

+127
-127
lines changed

3 files changed

+127
-127
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ repos:
4040
- id: slotscheck
4141
exclude: "docs|.github"
4242
- repo: https://github.com/sphinx-contrib/sphinx-lint
43-
rev: "v1.0.0"
43+
rev: "v1.0.1"
4444
hooks:
4545
- id: sphinx-lint
4646
- repo: local

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ maintainers = [{ name = "Litestar Developers", email = "[email protected]" }]
77
name = "sqlspec"
88
readme = "README.md"
99
requires-python = ">=3.10, <4.0"
10-
version = "0.27.0"
10+
version = "0.28.0"
1111

1212
[project.urls]
1313
Discord = "https://discord.gg/litestar"
@@ -207,7 +207,7 @@ opt_level = "3" # Maximum optimization (0-3)
207207
allow_dirty = true
208208
commit = false
209209
commit_args = "--no-verify"
210-
current_version = "0.27.0"
210+
current_version = "0.28.0"
211211
ignore_missing_files = false
212212
ignore_missing_version = false
213213
message = "chore(release): bump to v{new_version}"

0 commit comments

Comments
 (0)