We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f82aa5 + 60beb6b commit 345238bCopy full SHA for 345238b
ChangeLog renamed to ChangeLog.md
@@ -1,3 +1,7 @@
1
+2019.06.12
2
+
3
+- 2.1.0 add convert_json && dump_excel to use as library
4
5
2018.05.26
6
7
- 2.0.9 support python3
requirements.txt
@@ -1,2 +1,2 @@
-xlwt==1.1.2
+xlwt>=1.1.2
click>=6.7
setup.py
@@ -12,7 +12,7 @@
12
13
setup(
14
name='jsoncsv',
15
- version='2.1.0b',
+ version='2.1.0',
16
url='https://github.com/alingse/jsoncsv',
17
description='A command tool easily convert json file to csv or xlsx.',
18
long_description=readme,
0 commit comments