This release adds support for the [list operations API](http://www.aerospike.com/docs/guide/cdt-list.html), a feature requiring Aerospike server >= [3.7.1](http://www.aerospike.com/download/server/notes.html#3.7.1).
Features
- Implemented [`list_append`](http://www.aerospike.com/apidocs/python/client.html#aerospike.Client.list_append), [`list_extend`](http://www.aerospike.com/apidocs/python/client.html#aerospike.Client.list_extend), [`list_insert`](http://www.aerospike.com/apidocs/python/client.html#aerospike.Client.list_insert), [`list_insert_items`](http://www.aerospike.com/apidocs/python/client.html#aerospike.Client.list_insert_items), [`list_pop`](http://www.aerospike.com/apidocs/python/client.html#aerospike.Client.list_pop), [`list_pop_range`](http://www.aerospike.com/apidocs/python/client.html#aerospike.Client.list_pop_range), [`list_remove`](http://www.aerospike.com/apidocs/python/client.html#aerospike.Client.list_remove), [`list_remove_range`](http://www.aerospike.com/apidocs/python/client.html#aerospike.Client.list_remove_range), [`list_clear`](http://www.aerospike.com/apidocs/python/client.html#aerospike.Client.list_clear), [`list_set`](http://www.aerospike.com/apidocs/python/client.html#aerospike.Client.list_set), [`list_get`](http://www.aerospike.com/apidocs/python/client.html#aerospike.Client.list_get), [`list_get_range`](http://www.aerospike.com/apidocs/python/client.html#aerospike.Client.list_get_range), [`list_trim`](http://www.aerospike.com/apidocs/python/client.html#aerospike.Client.list_trim), [`list_size`](https://pythonhosted.org/aerospike/client.html#aerospike.Client.list_size). _CLIENT-560_