We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b62248f commit b0bdc3aCopy full SHA for b0bdc3a
History.md
@@ -1,5 +1,10 @@
1
+0.1.6 / 2021-07-05
2
+===================
3
+
4
+ * Fix issues with fetchmany and pandas compatibility
5
+ * Update code to use stronger types
6
-1.0.5 / 2021-06-14
7
+0.1.5 / 2021-06-14
8
===================
9
10
* Add changelog
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "duckdb_engine"
-version = "0.1.5"
+version = "0.1.6"
description = ""
authors = ["Elliana <me@mause.me>"]
license = "MIT"
0 commit comments