Skip to content

Commit

Permalink
bump version to 0.2.5 with getschema update
Browse files Browse the repository at this point in the history
  • Loading branch information
daigotanaka committed Jun 4, 2021
1 parent bce4cfb commit 006b220
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## History

### 0.2.5 (2021-06-04)

- Update getschema to 0.2.5 to fix a bad null conversion

### 0.2.4 (2021-05-25)

- fix: Infer schema mode produces null record that causes "CRITICAL list index out of range" (#16)
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
from setuptools import setup

VERSION = "0.2.4"
VERSION = "0.2.5"

with open("README.md", "r") as fh:
long_description = fh.read()
Expand Down Expand Up @@ -30,7 +30,7 @@
install_requires=[
"attrs>=18.1.0",
"backoff==1.8.0",
"getschema>=0.2.3",
"getschema>=0.2.5",
"jsonschema==2.6.0",
"python-dateutil>=2.7.3",
"requests>=2.20.0",
Expand Down

0 comments on commit 006b220

Please sign in to comment.