Skip to content

Commit

Permalink
Bump version to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Sep 10, 2016
1 parent eb524e0 commit 6bcac70
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Revision History

## 0.5 (2016/09/09)

- Added logging to debug errors with the `--version` option.
- Added retry logic in cases where the API returns server errors.

## 0.4 (2016/08/22)

- Added client-side caching to reduce network traffic.
Expand Down
2 changes: 1 addition & 1 deletion coveragespace/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import sys

__project__ = 'coverage.space'
__version__ = '0.4'
__version__ = '0.5'

API = 'http://api.coverage.space'

Expand Down

0 comments on commit 6bcac70

Please sign in to comment.