* Replace raw_input which is not python 3 compatible with getpass.getuser input.
0.23
* Fix capitalization of domain, username and password in config options so that using environment vars for connection settings work.
0.22
* Fix spelling mistake changed foreacst to forecast in cli.py.
0.21
* Updated setup.py to pin dateparser<=0.5.0 as later version uses a downsteam library ephem that does not work on Windows.
0.20
* Fixed bug that caused an error when the --quantiles commandline was used.
0.19
* When creating cfd and burnup charts, zero sized issues were sized as 1 point. Now counted as zero points to avoid confusion between direct Jira download. * Fixed bug where forecast target line was caculated as the maximum rather than the latest value in backlog cumulative history.