- Fix a bug that :meth:`~simple_aws_ec2.ec2.Image.os_type` returns ``None`` when it fails to guess, however, it should raise an exception.
0.3.1
------------------------------------------------------------------------------ **Features and Improvements**
- add lots of EC2 instance attributes - add helper methods to call EC2 metadata API from EC2 instance inside. - add method :meth:`~simple_aws_ec2.ec2.Image.os_type` to guess the AMI OS type, and then get the user name.