Skip to content

Commit

Permalink
bump version to 0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
daigotanaka committed Oct 27, 2023
1 parent 4cea677 commit c1152a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## History

### 0.2.8 (2021-10-26)
- new: fix_type function: Option to convert date to datetime

### 0.2.7 (2021-07-11)
- fix: getschema.fix_type function: A valid null object is rejected

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.7"
VERSION = "0.2.8"

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

0 comments on commit c1152a4

Please sign in to comment.