Skip to content

Commit

Permalink
Merge pull request #891 from Mause/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 0.11.1
  • Loading branch information
Mause committed Feb 6, 2024
2 parents f2cfe07 + 33c6658 commit ead4d26
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
@@ -1,3 +1,3 @@
{
".": "0.11.0"
".": "0.11.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

## [0.11.1](https://github.com/Mause/duckdb_engine/compare/v0.11.0...v0.11.1) (2024-02-06)


### Miscellaneous Chores

* Add duckdb_engine/sqlalchemy version info to DuckDB user_agent

## [0.11.0](https://github.com/Mause/duckdb_engine/compare/v0.10.0...v0.11.0) (2024-02-04)


Expand Down
2 changes: 1 addition & 1 deletion duckdb_engine/__init__.py
Expand Up @@ -38,7 +38,7 @@
from .config import apply_config, get_core_config
from .datatypes import ISCHEMA_NAMES, register_extension_types

__version__ = "0.11.0"
__version__ = "0.11.1"
sqlalchemy_version = sqlalchemy.__version__
duckdb_version: str = duckdb.__version__ # type: ignore[attr-defined]
supports_attach: bool = duckdb_version >= "0.7.0"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "duckdb_engine"
version = "0.11.0"
version = "0.11.1"
description = "SQLAlchemy driver for duckdb"
authors = ["Elliana <me@mause.me>"]
license = "MIT"
Expand Down

0 comments on commit ead4d26

Please sign in to comment.