Fixed
- Only log warnings for ElasticSearch client method instrumentation
if no client methods were instrumented. Otherwise, log the issues at
the debug level. This avoids flooding logs when clients use an older
version of ElasticSearch.
([Issue 713](https://github.com/scoutapp/scout_apm_python/issues/713))
- Restore building wheels for python 3.4 and 3.5.
([Issue 584](https://github.com/scoutapp/scout_apm_python/issues/584))