We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 755e821 commit bf4dfc0Copy full SHA for bf4dfc0
CHANGELOG.md
@@ -1,5 +1,8 @@
1
## Change Log
2
3
+### 0.9.1j (Unreleased)
4
+- [FS-1668](https://jampphq.atlassian.net/browse/FS-1668) Fix error handling ('KeyError: errorClass' raised)
5
+
6
### 0.9.0j (Unreleased)
7
- [#7](https://github.com/jampp/pydruid/pull/7) Add support for async SQL API
8
setup.py
@@ -16,7 +16,7 @@
16
17
setup(
18
name="pydruid",
19
- version="0.9.0+j",
+ version="0.9.1+j",
20
author="Druid Developers",
21
author_email="[email protected]",
22
packages=find_packages(),
0 commit comments