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

Bump the version for release

parent 0cf32931
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -3,8 +3,8 @@
Version History
===============
 
Next Release
------------
0.5.0 (2016-10-28)
------------------
- Correctly support region lookup for non-default profiles.
 
0.4.4 (2016-04-01)
Loading
Loading
Loading
Loading
@@ -21,7 +21,7 @@ DESC = 'A low-level Amazon Web Services API client for Tornado'
TESTS_REQUIRE = ['nose', 'mock', 'coverage']
 
setuptools.setup(name='tornado-aws',
version='0.4.6',
version='0.5.0',
description=DESC,
long_description=open('README.rst').read(),
author='Gavin M. Roy',
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.4.6'
__version__ = '0.5.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