1.1.13

1.1.13 Changes: 
	-Added overplot capabilities to the Qt Plotting routines

1.1.12 Changes:
	-Fixed major issue with pip installer
	-Added ability to use pytplot without a graphics interface, if building only html files are desired.

1.1.6 Changes:
	-Fixed a spot where python warnings were changed to change back after the function was over

1.1.4 Changes:
	-Added a qt option to tplot, which will allow users to just open the HTML file in a browser window
	
1.1.3 Changes:
	-Bug fix, pyqtgraph was creating a layout every time which eventually caused a crash
	-Still a known error where bokeh will no longer plot more than once

1.1.2 Changes:
	-Added support for bokeh 0.12.13

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
	