Skip to content

Commit 7f888ae

Browse files
committed
Update imports
1 parent 6cb1a8f commit 7f888ae

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

databasez/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from databasez.core import Database, DatabaseURL
22

3-
__version__ = "0.11.4"
3+
__version__ = "0.11.5"
44

55
__all__ = ["Database", "DatabaseURL"]

docs/release-notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release Notes
22

3+
## 0.11.5
4+
5+
### Changed
6+
7+
- Update internal imports to be compatible with SQLAlchemy 1.4+.
8+
39
## 0.11.4
410

511
### Changed

0 commit comments

Comments
 (0)