Skip to content

Commit

Permalink
Version 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Mause committed Jun 14, 2021
1 parent a6da74c commit 361b36d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

1.0.5 / 2021-06-14
===================

* Add changelog
* Change minimum duckdb version to 0.2.7
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.1.4"
version = "0.1.5"
description = ""
authors = ["Elliana <[email protected]>"]
license = "MIT"
Expand All @@ -9,7 +9,7 @@ repository = "https://github.com/Mause/duckdb_engine"

[tool.poetry.dependencies]
python = ">=3.6.1"
duckdb = "^0.2.7"
duckdb = ">=0.2.7"
sqlalchemy = "^1.3.19"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 361b36d

Please sign in to comment.