diff --git a/CHANGELOG.md b/CHANGELOG.md index 46882147b..e00b4ea13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # CHANGELOG +## 0.10.15dev + ## 0.10.14 (2024-09-18) * [Feature] Removes telemetry diff --git a/src/sql/__init__.py b/src/sql/__init__.py index 710124b23..337be9bc4 100644 --- a/src/sql/__init__.py +++ b/src/sql/__init__.py @@ -1,7 +1,7 @@ from sql.magic import load_ipython_extension -__version__ = "0.10.14" +__version__ = "0.10.15dev" __all__ = ["load_ipython_extension"]