* Handled differing line terminations between Python 2/3 when converting XLSX to CSV file.
0.1.39
______________________
* Fixed Python 2 str.lower() error requiring conversion of str to unicode.
0.1.38
______________________
* Added missing parameter to stm32cube_reader().
0.1.37
______________________
* Added requirement for openpyxl.
0.1.36
______________________
* KiPart now accepts part data stored in Excel .xlsx files. * Added reader for GOWIN FPGA pin tables.
0.1.35
______________________
* Kipart now creates individual .lib files if given multiple .csv files with no global output .lib file specified using the -o option. * kilib2csv now creates individual .csv files if given multiple .lib files with no global output .csv file specified using the -o option.