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 Apr 18, 2023
1 parent f1dfb71 commit d39ec91
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 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"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

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


### Bug Fixes

* **deps:** update dependency sqlalchemy to 1.4.46 ([4f753e4](https://github.com/Mause/duckdb_engine/commit/4f753e401078cf8e3897a7e156fbb20d8c06b077))
* **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
4 changes: 2 additions & 2 deletions 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 All @@ -24,7 +24,7 @@ pdbpp = "^0.10.3"
mypy = "^1.1"
hypothesis = "^6.68.2"
pandas = "^1"
jupysql = "^0.7.0"
jupysql = "^0.6.6"
sqlalchemy = {version="^1.3.19", extras=['mypy']}
pytest-cov = {extras = ["coverage"], version = "^4.0.0"}
snapshottest = "^0.6.0"
Expand Down

0 comments on commit d39ec91

Please sign in to comment.