Skip to content
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.

Commit

Permalink
Release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lsbardel committed Aug 16, 2016
1 parent 394b5f4 commit 944b692
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cloud/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Asynchronous clients for AWS and Pusher"""
from .utils.version import get_version

VERSION = (0, 5, 0, 'final', 0)
VERSION = (0, 5, 1, 'final', 0)

__version__ = get_version(VERSION, __file__)
10 changes: 8 additions & 2 deletions docs/history/0.5.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
## Ver. 0.5.1 - 2016-Aug-16

Backward incompatible release due to internal changes in botocore version 1.4.45

* Added new ``botocore.args`` module


## Ver. 0.5.0 - 2016-Aug-07

* Works for python 3.5 and above
* Increased test coverage
* Added pagination object
* New test suite

* New test suite

0 comments on commit 944b692

Please sign in to comment.