Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
daigotanaka committed Jun 30, 2021
1 parent ec0c5ca commit 3de4012
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
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.6 (2021-06-29)

- fix: a bug in schema inference where a TypeError is thrown when only a ValueError is currently expected

### 0.2.5 (2021-06-04)

- fix: prevent auto-converting 0, 0.0, '', etc to null
Expand Down
1 change: 1 addition & 0 deletions bin/release_build
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash

pytest &&
./tests/install_test.sh &&

python3 setup.py clean --all
Expand Down
2 changes: 1 addition & 1 deletion 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.5"
VERSION = "0.2.6"

with open("README.md", "r") as fh:
long_description = fh.read()
Expand Down

0 comments on commit 3de4012

Please sign in to comment.