Skip to content

Commit

Permalink
sql release 0.10.12
Browse files Browse the repository at this point in the history
  • Loading branch information
edublancas committed Jul 12, 2024
1 parent d13e982 commit 39aa080
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## 0.10.12dev
## 0.10.12 (2024-07-12)

* [Feature] Remove sqlalchemy upper bound ([#1020](https://github.com/ploomber/jupysql/pull/1020))

Expand Down
2 changes: 1 addition & 1 deletion src/sql/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from sql.magic import load_ipython_extension


__version__ = "0.10.12dev"
__version__ = "0.10.12"


__all__ = ["load_ipython_extension"]

0 comments on commit 39aa080

Please sign in to comment.