++++++++++++++++++
- Internally improved Python2/3 compaability with the intoduction of the dyn.compat module
- Timestamps for various report types are accepted as Python datetime.datetime instances
- Added qps report access to Zones
- Added __str__, __repr__, __unicode__, and __bytes__ methods to all API object types
- Added conditional password encryption to allow for better in-app security
- Added the ability for users to specify their own password encryption keys
- Added __getstate__ and __setstate__ methods to SessionEngine, allowing sessions to be serialized
- Misc bug fixes