Skip to content

Commit 006b220

Browse files
committed
bump version to 0.2.5 with getschema update
1 parent bce4cfb commit 006b220

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## History
22

3+
### 0.2.5 (2021-06-04)
4+
5+
- Update getschema to 0.2.5 to fix a bad null conversion
6+
37
### 0.2.4 (2021-05-25)
48

59
- fix: Infer schema mode produces null record that causes "CRITICAL list index out of range" (#16)

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
from setuptools import setup
33

4-
VERSION = "0.2.4"
4+
VERSION = "0.2.5"
55

66
with open("README.md", "r") as fh:
77
long_description = fh.read()
@@ -30,7 +30,7 @@
3030
install_requires=[
3131
"attrs>=18.1.0",
3232
"backoff==1.8.0",
33-
"getschema>=0.2.3",
33+
"getschema>=0.2.5",
3434
"jsonschema==2.6.0",
3535
"python-dateutil>=2.7.3",
3636
"requests>=2.20.0",

0 commit comments

Comments
 (0)