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

Bump the version for the future release

parent 3eba0a36
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -3,6 +3,12 @@
Version History
===============
 
0.8.0 (2017-06-06)
------------------
- Rework error processing to support ``application/json``,
``application/x-amz-json-1.0``, ``application/x-amz-json-1.0`` and
XML based responses (S3, E2, others)
0.7.3 (2017-06-06)
------------------
- The error was introduced in 0.7.1, redeclaring ``error``. Fix that.
Loading
Loading
Loading
Loading
@@ -39,7 +39,7 @@ def read_requirements(name):
 
setuptools.setup(
name='tornado-aws',
version='0.7.3',
version='0.8.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.7.3'
__version__ = '0.8.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