Version 3.1.0 2015-21-16
 * Added ability to change the default attribute returned in collection requests when a full attribute representation is not required

Version 3.0.0 2015-12-18
 * Turn around times for collection requests significantly increased
 * Collection requests no longer include entity relationships by default
 * Pagination links no no longer included, though pagination still works
 * The pagination links will be added back in future versions

Version 2.1.2 2015-12-18
 * Fixed bug in filtering

Version 2.1.1 2015-12-18
 * Added filtering and sorting, as well as support for sorting on cypher functions defined in the class

Version 2.0.1 2015-08-17
 * Small bug fix.  When hashed values are part of a model, but not included in json representation errors were occurring

Version 2.0.0 2015-09-27
 * Some Changes that cause old model format to not work
 * This version is significantly more compliant and functional than the last

Version 1.0.0 2015-09-15
 * This is the first stable version

Version 0.1.4 2015-09-15
 * fixed bad syntax in import statements

Version 0.1.3 2015-09-15
 * fixed bad syntax in import statements

Version 0.1.2 2015-09-15
 * fixed bad syntax in import statments

Version 0.1.1 2015-09-15
 * removed requirement for hashlib because python 2.5+ has it built in

Version 0.1.0 2015-09-15
 * first version