Skip to content
Snippets Groups Projects
Commit d1ad709e authored by Gavin M. Roy's avatar Gavin M. Roy
Browse files

Release prep

parent f4d6cca4
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -3,6 +3,10 @@
Version History
===============
 
0.6.0 (2017-04-18)
------------------
- Add support for using ``curl_httpclient.CurlAsyncHTTPClient``
0.5.0 (2016-10-28)
------------------
- Correctly support region lookup for non-default profiles.
Loading
Loading
Loading
Loading
@@ -6,6 +6,6 @@ from tornado_aws.client import AWSClient
from tornado_aws.client import AsyncAWSClient
from tornado_aws.client import exceptions
 
__version__ = '0.5.0'
__version__ = '0.6.0'
 
__all__ = ['AWSClient', 'AsyncAWSClient', 'exceptions']
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment