- add `delete_document_revision` to `DocumentService` - update `DocumentService`.`delete_document`
1.7.0
- add `update_document_check_in_status` to `DocumentService` - add `audience` param to `UserService.get_user_jwt`
1.6.0
- add `file_stream_upload` to `FileService` allowing a file stream (bytes/BufferedReader) to be provided to `vvrest` instead of a file path for file upload.
1.5.0
- add optional parameter `check_in` to `FileService.file_upload`
1.4.0
- add optional parameter `jwt` to `Vault`. if passed in, this optional parameter will be used as the `Token.access_token` - new service: `UserService.get_user_jwt` - `unittest` additions/edits
1.3.1
- `Token.token_expiration` is now timezone aware (UTC). - update `AuthServiceTest` unittests. - add `pytz` to package dependencies.