Skip to content

Commit

Permalink
chore(master): release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mause committed Mar 22, 2023
1 parent e885652 commit 41cd2d7
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.7.0"
".": "0.7.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.7.1](https://github.com/Mause/duckdb_engine/compare/v0.7.0...v0.7.1) (2023-03-22)


### Bug Fixes

* **deps:** update dependency sqlalchemy to v2 ([968c628](https://github.com/Mause/duckdb_engine/commit/968c628f20c186b12dd1f2f847ab0e8f0be011e5))

## [0.7.0](https://github.com/Mause/duckdb_engine/compare/v0.7.0-rc1...v0.7.0) (2023-03-16)


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

__version__ = "0.7.0"
__version__ = "0.7.1"

if TYPE_CHECKING:
from sqlalchemy.base import Connection
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.7.0"
version = "0.7.1"
description = "SQLAlchemy driver for duckdb"
authors = ["Elliana <me@mause.me>"]
license = "MIT"
Expand Down

0 comments on commit 41cd2d7

Please sign in to comment.