Skip to content

Commit

Permalink
bump version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
daigotanaka committed Dec 23, 2020
1 parent 0b8b206 commit d6665b1
Show file tree
Hide file tree
Showing 2 changed files with 5 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.1.2 (2020-12-22)

- fix: allow empty dict (Issue #1)

### 0.1.1 (2020-12-05)

- Raise an exception with a clear message when type conflict happens
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.1.1"
VERSION = "0.1.2"

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

0 comments on commit d6665b1

Please sign in to comment.