-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(src): refactor main code for generating xml
- remove the dependency on BeautifulSoup and just use the dict2xml code - fixes #21, issue with wrong outout on multiple records - remove unused packages - Github Issue: - Trello Ticket: Signed-off-by: Vinit Kumar <[email protected]>
- Loading branch information
Vinit Kumar
committed
Nov 13, 2017
1 parent
bec3d87
commit d87431f
Showing
2 changed files
with
12 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
from setuptools import setup, find_packages | ||
|
||
version = '1.3.0' | ||
version = '1.4.0' | ||
|
||
setup( | ||
name='json2xml', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters