New Features
- New field `include_languages` for `ChangesRequest` and `FilesRequest` protobuf messages (36).
Python
- Don't import anything grpc related in `sdk/__init__`, use [`sdk/pb.py`](https://github.com/src-d/lookout-sdk/blob/master/python/lookout/sdk/pb.py) instead (43).
- Add package to namespace `lokoout` (48).
- Define package version in `sdk/__init__.py` `__version__` (55).
- Use a range instead of a fixed version for `grpcio` dependency (54).
Internal
- Make code generation more robust, fixing problems with maOS and virtualenv (47)
- Use a locked `gogofaster` version for consistent builds (50).