**This is a new major release with breaking changes!**
Breaking changes:
* Requires pip >= 20.2.
* Renames `CLOUD_API_KEY` to `VENAFI_AS_A_SERVICE_API_KEY`, consistent with Venafi Cloud's rebranding to Venafi as a Service.
* When using Venafi as a Service, the `ZONE_CONFIG_NAME` parameter must now be in the new "Application\API Alias" syntax. The old UUID-based syntax is no longer supported. Closes 4.
* When using TPPs, we now require an API Application Integration to be setup. Learn more in the README.
* `TPP_BASE_URL` must not contain the `/vedsdk` suffix path anymore. Before: `https://tpp.venafidemo.com/vesdk`, after: `https://tpp.venafidemo.com`
Non-breaking changes:
* When using TPPs, we now use the new token authentication mechanism. This is because the classic authentication mechanism will soon be deprecated. Closes 3.
* Upgrades vcert-python to 0.11.2.