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

Update the release history and move to beta

parent 887c0ad0
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -3,6 +3,12 @@
Version History
===============
 
0.4.3 (2016-04-01)
------------------
- Allow GET with empty body (#2) - Dmitry Mukhin
- Ensure headers is None if empty (#2) - Dmitry Mukhin
- Don't blow up if an exception other than tornado.httpclient.HTTPError is raised
0.4.2 (2016-02-16)
------------------
- Add support for ``ExpiredTokenException``
Loading
Loading
@@ -13,13 +19,13 @@ Version History
 
0.4.0 (2016-02-05)
------------------
- Add support for the AWS_DEFAULT_REGION environment variable.
- Add support for the AWS_DEFAULT_REGION environment variable
- Cleanup retry requests
- Ensure HTTPClient usage is new and not out of a shared pool
 
0.3.0 (2016-02-03)
------------------
- Make authentication work with EC2 Instance metadata, add async support for credential fetching.
- Make authentication work with EC2 Instance metadata, add async support for credential fetching
 
0.2.0 (2016-02-02)
------------------
Loading
Loading
import setuptools
 
CLASSIFIERS = ['Development Status :: 3 - Alpha',
CLASSIFIERS = ['Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
Loading
Loading
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