Skip to content

Commit 4c8ac52

Browse files
committed
chore(release): bump version to v0.33.0
1 parent b574e55 commit 4c8ac52

File tree

3 files changed

+27
-27
lines changed

3 files changed

+27
-27
lines changed

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,6 @@ SQLSpec is **NOT an ORM**. It is a flexible connectivity layer that provides a c
6161
changelog
6262
contribution-guide
6363
releases
64+
migration-guides/v0.33.0
6465
Code of Conduct <https://github.com/litestar-org/.github?tab=coc-ov-file#readme>
6566
Security <https://github.com/litestar-org/.github?tab=coc-ov-file#security-ov-file>

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.32.0"
10+
version = "0.33.0"
1111

1212
[project.urls]
1313
Discord = "https://discord.gg/litestar"
@@ -212,7 +212,7 @@ opt_level = "3" # Maximum optimization (0-3)
212212
allow_dirty = true
213213
commit = false
214214
commit_args = "--no-verify"
215-
current_version = "0.32.0"
215+
current_version = "0.33.0"
216216
ignore_missing_files = false
217217
ignore_missing_version = false
218218
message = "chore(release): bump to v{new_version}"

uv.lock

Lines changed: 24 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)