Skip to content

Commit

Permalink
chore(main): release 0.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Mause committed Nov 7, 2024
1 parent 9aa226c commit 43bb9e1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.13.4"
".": "0.13.5"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.13.5](https://github.com/Mause/duckdb_engine/compare/v0.13.4...v0.13.5) (2024-11-07)


### Bug Fixes

* **deps:** update dependency duckdb to v1.1.3 ([3152ddb](https://github.com/Mause/duckdb_engine/commit/3152ddbf02c16cfb4bcdc1f56174be0473dc5bbd))

## [0.13.4](https://github.com/Mause/duckdb_engine/compare/v0.13.3...v0.13.4) (2024-10-22)


Expand Down
2 changes: 1 addition & 1 deletion duckdb_engine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
from .config import apply_config, get_core_config
from .datatypes import ISCHEMA_NAMES, register_extension_types

__version__ = "0.13.4"
__version__ = "0.13.5"
sqlalchemy_version = sqlalchemy.__version__
duckdb_version: str = duckdb.__version__
supports_attach: bool = duckdb_version >= "0.7.0"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "duckdb_engine"
version = "0.13.4"
version = "0.13.5"
description = "SQLAlchemy driver for duckdb"
authors = ["Elliana <me@mause.me>"]
license = "MIT"
Expand Down

0 comments on commit 43bb9e1

Please sign in to comment.