Skip to content

Commit

Permalink
Official coverage 4.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
coagulant committed Sep 17, 2015
1 parent 79a8535 commit cb155df
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,10 @@
Changelog
---------

1.0 (2015-09-17)
~~~~~~~~~~~~~~~~
* Official coverage 4.0 support

1.0b1 (2015-08-14)
~~~~~~~~~~~~~~~~~~
* Coverage 4 beta support
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -17,7 +17,7 @@ def run_tests(self):

setup(
name='coveralls',
version='1.0b1',
version='1.0',
packages=['coveralls'],
url='http://github.com/coagulant/coveralls-python',
license='MIT',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = {py26,py27,py32,py33,py34,pypy,pypy3}-{cov3,cov4}, {py26,py27,py33,py34,pypy,pypy3}-pyyaml
envlist = {py26,py27,py33,py34,pypy,pypy3}-{cov3,cov4}, {py26,py27,py33,py34,pypy,pypy3}-pyyaml

[testenv]
deps =
Expand Down

0 comments on commit cb155df

Please sign in to comment.