Skip to content

Commit

Permalink
chore(main): release 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mause committed Jul 29, 2024
1 parent f2abccc commit d8ba725
Show file tree
Hide file tree
Showing 4 changed files with 11 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.0"
".": "0.13.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.13.1](https://github.com/Mause/duckdb_engine/compare/v0.13.0...v0.13.1) (2024-07-29)


### Bug Fixes

* **deps:** update dependency duckdb to v1 ([edcbf3c](https://github.com/Mause/duckdb_engine/commit/edcbf3c5d3bdd4c6bd66eb6dafcdb79bc35d3d4f))
* **deps:** update dependency packaging to v24.1 ([d9723d1](https://github.com/Mause/duckdb_engine/commit/d9723d145c57ca4640afdbacaec8a43ef490a7a4))

## [0.13.0](https://github.com/Mause/duckdb_engine/compare/v0.12.1...v0.13.0) (2024-06-02)


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

__version__ = "0.13.0"
__version__ = "0.13.1"
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.0"
version = "0.13.1"
description = "SQLAlchemy driver for duckdb"
authors = ["Elliana <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit d8ba725

Please sign in to comment.