1.1.0

1.1.0 Changes:
	-Added the ability to plot directly in the Qt Window with pyqtgraph.  This may entirely replace the bokeh plotting routines at some point.

1.0.15 Changes:
	-Changing tplot to use QtWebKitWidgets by default, but attempt to use QWebEngineView if not found

1.0.14 Changes:
	-Fixed a bug in cdf_to_tplot

1.0.11 Changes:
	-Bug fixes in the last couple of revisions

1.0.8 Changes:
	-Reverting back QWebEngineView changes from 1.0.6

1.0.7 Changes:
	-Should be able to export to HTML properly now.  

1.0.6 Changes:
	-Qt is getting rid of support for QtWebView.  QWebEngineView will replace it, but has great difficulty viewing html greater than 2GB.  
	-As a temporary solution, a local html file is saved, and then read into QWebEngineView.  

1.0.5 Changes:
	-Fixed a memory leak

1.0.2 Changes:
	-Added cdf_to_tplot routine
	-Made a version checker
	