Skip to content

Commit

Permalink
Merge pull request #30 from jacebrowning/release/v0.6.2
Browse files Browse the repository at this point in the history
Release v0.6.2
  • Loading branch information
jacebrowning committed Sep 30, 2016
2 parents 8dc7573 + 66a36c9 commit e1cc5ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Revision History

## 0.6.2 (2016/09/29)

- Updated API call to use SSL.

## 0.6.1 (2016/09/16)

- Added no-op when running on CI services.
Expand Down
4 changes: 2 additions & 2 deletions coveragespace/__init__.py
Expand Up @@ -3,8 +3,8 @@
import sys

__project__ = 'coverage.space'
__version__ = '0.6.1'
__version__ = '0.6.2'

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

VERSION = "{0} v{1}".format(__project__, __version__)

0 comments on commit e1cc5ce

Please sign in to comment.