Skip to content

Commit

Permalink
coveralls command & prep. changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
has2k1 committed May 18, 2017
1 parent 3bbfbc1 commit c6731e1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@ script:
after_success:
- |
if [[ "$JOB" == "UNITTEST" ]]; then
coveralls --config_file .coveragerc
coveralls --rcfile=.coveragerc
fi
7 changes: 6 additions & 1 deletion doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
Changelog
=========

v0.1.1
v0.2.1
------
*(unreleased)*


v0.2.0
------
*(2017-05-18)*

- Fixed bug in :class:`~plotnine.scales.scale_x_discrete` and
:class:`~plotnine.scales.scale_y_discrete` where if they were
instantiated with parameter ``limits`` that is either a numpy
Expand Down

0 comments on commit c6731e1

Please sign in to comment.