Bump to vr.common 5.1 to allow credentials to be supplied by environment variables.
2.9
---
First release following move to Github. Incorporated `project skeleton from jaraco <https://github.com/jaraco/skeleton>`_. Enabled automatic releases of tagged commits.
2.8
---
Remove warning in build about containerized apps now that the issue is fixed
2.7.2
-----
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.