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

Commit

Permalink
Release 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lsbardel committed Mar 3, 2017
1 parent 6222ece commit dc2ff8a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/history/0.5.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Ver. 0.5.5 - 2017-Mar-03

* Works with botocore >= 1.5.0
* Python 3.6.0 officially supported
* Added ``install-dev.sh`` script


## Ver. 0.5.4 - 2016-Nov-17

A bug fix release, fully compatible with the previous release.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ release = clean sdist bdist_wheel upload
test = pulsar_test

[flake8]
exclude = __pycache__,.eggs,dist,config.py,docs/conf.py
exclude = __pycache__,.eggs,dist,config.py,venv,docs/conf.py

[metadata]
license-file = LICENSE
Expand Down

0 comments on commit dc2ff8a

Please sign in to comment.