Skip to content

Commit

Permalink
Update changelog for 1.0a2
Browse files Browse the repository at this point in the history
  • Loading branch information
coagulant committed Feb 19, 2015
1 parent 725283f commit 7609505
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.rst
@@ -1,10 +1,15 @@
Changelog
---------

1.0a2 (2015-02-19)
~~~~~~~~~~~~~~~~~~
* Fix latest alpha coverage.py support
* Remove erroneous warning message when writing output to a file

1.0a1 (2015-02-19)
~~~~~~~~~~~~~~~~~~
* **Backwards incompatible**: make pyyaml optional. If you're using .coveralls.yml, make sure to install coveralls[yaml]
* coverage 4 alpha support
* Coverage 4 alpha support
* Allow debug and output options to work without repo_token
* Fix merge command for python 3.X

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.0a1',
version='1.0a2',
packages=['coveralls'],
url='http://github.com/coagulant/coveralls-python',
license='MIT',
Expand Down

0 comments on commit 7609505

Please sign in to comment.