Skip to content

Commit

Permalink
🔖 Release version 0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Nov 18, 2023
1 parent 382b1b0 commit b1c2f82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Latest Changes

## 0.0.12

### Features

* ✨ Upgrade SQLAlchemy to 2.0. PR [#700](https://github.com/tiangolo/sqlmodel/pull/700) by [@tiangolo](https://github.com/tiangolo) including initial work in PR [#563](https://github.com/tiangolo/sqlmodel/pull/563) by [@farahats9](https://github.com/farahats9).
Expand Down
2 changes: 1 addition & 1 deletion sqlmodel/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.11"
__version__ = "0.0.12"

# Re-export from SQLAlchemy
from sqlalchemy.engine import create_engine as create_engine
Expand Down

0 comments on commit b1c2f82

Please sign in to comment.