Skip to content

Commit 8c684aa

Browse files
Release version 0.0.39 (#2018)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent aea0093 commit 8c684aa

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

docs/release-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Latest Changes
44

5+
## 0.0.39 (2026-06-25)
6+
57
### Features
68

79
* ✨ Add SQLModel Agent Library Skill, install with `uvx library-skills`. PR [#2017](https://github.com/fastapi/sqlmodel/pull/2017) by [@tiangolo](https://github.com/tiangolo).

sqlmodel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.0.38"
1+
__version__ = "0.0.39"
22

33
# Re-export from SQLAlchemy
44
from sqlalchemy.engine import create_engine as create_engine

0 commit comments

Comments
 (0)