File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.6.6 "
2+ "." : " 0.6.7 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.6.7] ( https://github.com/Mause/duckdb_engine/compare/v0.6.6...v0.6.7 ) (2023-01-07)
4+
5+
6+ ### Bug Fixes
7+
8+ * correct attribute reference ([ d2a2577] ( https://github.com/Mause/duckdb_engine/commit/d2a2577cded6e6e9282efab5370b15bbe4423a40 ) )
9+
310## [ 0.6.6] ( https://github.com/Mause/duckdb_engine/compare/v0.6.5...v0.6.6 ) (2022-12-17)
411
512
Original file line number Diff line number Diff line change 1212from .config import apply_config , get_core_config
1313from .datatypes import register_extension_types
1414
15- __version__ = "0.6.6 "
15+ __version__ = "0.6.7 "
1616
1717if TYPE_CHECKING :
1818 from sqlalchemy .base import Connection
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " duckdb_engine"
3- version = " 0.6.6 "
3+ version = " 0.6.7 "
44description = " SQLAlchemy driver for duckdb"
55authors = [" Elliana <me@mause.me>" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments