Skip to content

Commit

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

20240402 v1.7.0
- TODO: Add `--order` option
- TODO: Update copyright date
- TODO: Fix exit code to 0 for `--version` and `--help`

20231210 v1.6.0
- Add long options
- Add DocuWiki table 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.6.0'
__version__ = '1.7.0'
SUCCESS, ERROR = True, False

# START add DokuWiki table format
Expand Down
2 changes: 1 addition & 1 deletion man/jtbl.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH jtbl 1 2023-11-24 1.6.0 "JTBL - JSON tables in the terminal"
.TH jtbl 1 2024-04-02 1.7.0 "JTBL - JSON tables in the terminal"
.SH NAME
jtbl \- Print JSON and JSON Lines data as a table in the terminal
.SH SYNOPSIS
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.6.0',
version='1.7.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 1f190ea

Please sign in to comment.