Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyjonbrazil committed Jan 15, 2023
1 parent 3b47f6d commit 757fb20
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
jtbl changelog

20230114 v1.5.0
- Be more tolerant of loading JSON Lines with blank lines and whitespace

20221006 v1.4.0
- Add CSV (`-c`) table output option
- Add HTML (`-H`) table output option
Expand Down
2 changes: 1 addition & 1 deletion jtbl/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import tabulate
import shutil

__version__ = '1.4.0'
__version__ = '1.5.0'
SUCCESS, ERROR = True, False


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='jtbl',
version='1.4.0',
version='1.5.0',
author='Kelly Brazil',
author_email='[email protected]',
description='A simple cli tool to print JSON and JSON Lines data as a table in the terminal.',
Expand Down

0 comments on commit 757fb20

Please sign in to comment.