Fixed issue where regular expressions were being passed in the search parameters, preventing matches. Now any fields that appear to have regular expressions are excluded.
2.7.1
-----
Fixed issue where lack of ``-v`` would result in a TypeError on Python 3. Instead, use ``--log-level`` (or simply ``-l``) to set the log level with something like "INFO" or "debug".
Bump dependency on vr.common fixing another issue on Python 3.
2.7
---
Filter on specific query parameters when loading swarms. Improves speed of queries involving swarms.
2.6
---
Meta updates to packaging and testing.
2.5
---
Removed dependency on jaraco.util (using smaller packages instead).
2.4
---
Added ``--host`` parameter to ``procs list`` command.