Skip to content

Commit 361b36d

Browse files
committed
Version 0.1.5
1 parent a6da74c commit 361b36d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

History.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
1.0.5 / 2021-06-14
3+
===================
4+
5+
* Add changelog
6+
* Change minimum duckdb version to 0.2.7

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "duckdb_engine"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
description = ""
55
authors = ["Elliana <me@mause.me>"]
66
license = "MIT"
@@ -9,7 +9,7 @@ repository = "https://github.com/Mause/duckdb_engine"
99

1010
[tool.poetry.dependencies]
1111
python = ">=3.6.1"
12-
duckdb = "^0.2.7"
12+
duckdb = ">=0.2.7"
1313
sqlalchemy = "^1.3.19"
1414

1515
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)