In short, vendoring this VERSION file was not playing
nice with setuptools
* make CUR_API_VERSION importable in v1 branch as constant
* change setup and __init__.py code to adjust
This changes the inventory source resource to always replace the
name field with a querystring for "starts with" logic,
this enables the direct once-through use of such resources
by the workflow schema command, combined with other commands.
Additionallly, an example is added to demonstrate this type of
use, which also leverages the parallel work for workflow
schema overwriting.