* Split out change log into CHANGELOG.rst from the README.rst file. * Split CHANGELOG.rst out from the README.rst file.
* Added zip_safe=Flase to the setup.py file.
0.45
* Added the start of testing. * Use issue Created date in first issue cycle 'Open' if skipped. * Added cli parameter to set jira username and password to blank strings. Useful for testing.
0.43
* Added --no-changelog commandline flag so that Jira expand changelog is removed. Returns issues with no history. * Quicker and smalled API response playloads. Is not possible interate over change history. * Was having problems getting results when dealing with BIG issues with a lot of history.
0.42
* Export burnup_forecast dataframe only with column headers and not the numbered index column.
0.41
* Convert burnup_forecast series into a dataframe with column headings so that can be saved to file with column headers
0.40
* Update pandas to_csv function calls that did not specify encoding='utf-8'. Problems opening files on Windows 7.