v1.9.0, 3/16/14 -- list_settings()/set_list() now uses a list of tuples. Can now be ran with python -m for basic tests.
v1.8.9, 3/16/14 -- re-syncing git repo and pypi package.
v1.8.8, 3/16/14 -- Added compatibility helper 'easysettings.easysettings'.
v1.8.7, 3/16/14 -- Refactoring package layout.
v1.8.6, 9/19/13 -- Fixed error where setsave('option', False) failed...
v1.8.5, 9/19/13 -- Better error handling, 'errors shall not pass silently'...
v1.8.4, 9/19/13 -- Tracking down small bug...
v1.8.2, 9/19/13 -- Fixing small bug in setsave() error handling...
v1.8.1, 4/03/13 -- fixed version getters...
v1.8.0, 4/03/13 -- package fixes
v1.7.9, 4/03/13 -- package fixes
v1.7.8, 4/03/13 -- just package fixes, thats all.
v1.7.7, 4/03/13 -- added the ability to easily check which version you are using.
v1.7.6, 4/03/13 -- fixed has_value(), it got left behind using the old storage method.
v1.7.5, 2/02/13 -- Fixed save_pickle/load_pickle in Python 3
v1.7.4, 2/02/13 -- Fixed python 3 small bug in test_run()
v1.7.3, 2/02/13 -- Added Python 3 compatibility...
v1.7.1, 1/30/13 -- Fixed list_settings() for non-string values
v1.7.0, 1/30/13 -- Enhanced non-string types load/save. Debug printing will be prettier.
v1.6.2, 1/29/13 -- Another small enhancement. (New types being saved to disk.)
v1.6.1, 1/29/13 -- Fixed save/load errors due to non-string types..
v1.6.0, 1/24/13 -- Enhanced set, save, & get, added pickle features, read_file deprecated for load_file instead. Added descriptive errors.
v1.5.1, 1/23/13 -- Added clear_values...
v1.5.0, 1/23/13 -- Added list settings with optional search, settings.has, clear, remove, etc.
v1.0.4, 1/22/13 -- Fixed option setting. (No '=' in option allowed)
v1.0.3, 1/22/13 -- Changed README.
v1.0.2, 1/22/13 -- More package fixes
v1.0.1, 1/22/13 -- Fixed package README
v1.0.0, 1/22/13 -- Initial release
