We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cb1a8f commit 7f888aeCopy full SHA for 7f888ae
databasez/__init__.py
@@ -1,5 +1,5 @@
1
from databasez.core import Database, DatabaseURL
2
3
-__version__ = "0.11.4"
+__version__ = "0.11.5"
4
5
__all__ = ["Database", "DatabaseURL"]
docs/release-notes.md
@@ -1,5 +1,11 @@
# Release Notes
+## 0.11.5
+
+### Changed
6
7
+- Update internal imports to be compatible with SQLAlchemy 1.4+.
8
9
## 0.11.4
10
11
### Changed
0 commit comments