Skip to content

Commit 1177c6b

Browse files
committed
chore(release): bump to v0.26.0
1 parent d09a88d commit 1177c6b

File tree

3 files changed

+172
-142
lines changed

3 files changed

+172
-142
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
- id: mixed-line-ending
1818
- id: trailing-whitespace
1919
- repo: https://github.com/charliermarsh/ruff-pre-commit
20-
rev: "v0.13.1"
20+
rev: "v0.13.2"
2121
hooks:
2222
- id: ruff
2323
args: ["--fix"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ maintainers = [{ name = "Litestar Developers", email = "[email protected]" }]
1313
name = "sqlspec"
1414
readme = "README.md"
1515
requires-python = ">=3.9, <4.0"
16-
version = "0.25.0"
16+
version = "0.26.0"
1717

1818
[project.urls]
1919
Discord = "https://discord.gg/litestar"

0 commit comments

Comments
 (0)