Skip to content

Commit

Permalink
Version 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisNT committed Apr 27, 2015
1 parent 45ed6a3 commit 8fb10b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,12 @@ Project resources
Changelog
=========

dev
v0.1.4
----------------------------------------

- Alarm defaults can now be configured in ``mopidy.conf``.
- Display alarm volume on *Alarm state*.
- Display current time of alarm clock on *Alarm state*.
- Added `Travis-CI build <https://travis-ci.org/DavisNT/mopidy-alarmclock>`_ and `Coveralls test coverage info <https://coveralls.io/r/DavisNT/mopidy-alarmclock>`_.
- Fixed README (to be parsable by PyPI).

Expand Down
2 changes: 1 addition & 1 deletion mopidy_alarmclock/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from mopidy import config, ext


__version__ = '0.1.3'
__version__ = '0.1.4'


class Extension(ext.Extension):
Expand Down

0 comments on commit 8fb10b6

Please sign in to comment.