Skip to content

Commit 345238b

Browse files
authored
Merge pull request #30 from alingse/release-2.1.0
release 2.1.0
2 parents 4f82aa5 + 60beb6b commit 345238b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

ChangeLog renamed to ChangeLog.md

+4
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

+1-1
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

+1-1
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)