Skip to content

Commit bf4dfc0

Browse files
committed
FS-1668: update VERSION & CHANGELOG
1 parent 755e821 commit bf4dfc0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Change Log
22

3+
### 0.9.1j (Unreleased)
4+
- [FS-1668](https://jampphq.atlassian.net/browse/FS-1668) Fix error handling ('KeyError: errorClass' raised)
5+
36
### 0.9.0j (Unreleased)
47
- [#7](https://github.com/jampp/pydruid/pull/7) Add support for async SQL API
58

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
setup(
1818
name="pydruid",
19-
version="0.9.0+j",
19+
version="0.9.1+j",
2020
author="Druid Developers",
2121
author_email="[email protected]",
2222
packages=find_packages(),

0 commit comments

Comments
 (0)