Features
- Added [aerospike.geodata](https://pythonhosted.org/aerospike/aerospike.html#aerospike.geodata), [aerospike.geojson](https://pythonhosted.org/aerospike/aerospike.html#aerospike.geojson) factory functions for producing [aerospike.GeoJSON](https://pythonhosted.org/aerospike/geojson.html) classes. _CLIENT-529_
- Added the [aerospike.__version__](https://pythonhosted.org/aerospike/aerospike.html#aerospike.__version__) string to the module. _CLIENT-537_
Fixes
- Fixed issue 77, crash when an arg of a UDF is a bytearray. _CLIENT-517_
- Status code AEROSPIKE_ERR_SERVER raises an [aerospike.exception.ServerError](https://pythonhosted.org/aerospike/exception.html#aerospike.exception.ServerError). _CLIENT-535_, _CLIENT-552_.
- Fixed a bug where the [POLICY_KEY_SEND](https://pythonhosted.org/aerospike/aerospike.html#aerospike.POLICY_KEY_SEND) policy was not being followed. _CLIENT-518_
- Fixed behavior regarding the system lua files in the installer and client. _CLIENT-544_