Skip to content

Commit

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

20231124 v1.6.0
- Add long options
- Add DocuWiki table option
- Add Bash and Zsh completions

20231022 v1.5.3
- Add `-f` option for fancy table output

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.5.3'
__version__ = '1.6.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.5.3',
version='1.6.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 bbd42b0

Please sign in to comment.