Skip to content

Commit 60beb6b

Browse files
committed
release
1 parent 4f82aa5 commit 60beb6b

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

ChangeLog renamed to ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2019.06.12
2+
3+
- 2.1.0 add convert_json && dump_excel to use as library
4+
15
2018.05.26
26

37
- 2.0.9 support python3

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
xlwt==1.1.2
1+
xlwt>=1.1.2
22
click>=6.7

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name='jsoncsv',
15-
version='2.1.0b',
15+
version='2.1.0',
1616
url='https://github.com/alingse/jsoncsv',
1717
description='A command tool easily convert json file to csv or xlsx.',
1818
long_description=readme,

0 commit comments

Comments
 (0)