Release v0.1.0
Initial release with changes from the original forked projects to allow use of Python 3.9.
- ADDED: Check to only report on snapshots that are in the "standard" storage type because this doesn't work for snapshots that have been archived.
- ADDED: Correction to address Issue akirsman#2 in the original release.
- FIXED: The import for
pandas
in Python 3.9. - FIXED:
boto.client
to have hard-coded AWS region.