Skip to content

Commit

Permalink
Merge branch 'release-0.1.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisNT committed Mar 21, 2020
2 parents ca7fe9a + b12e0a9 commit 6d1df8c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
11 changes: 10 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Mopidy-AlarmClock
:target: https://pypi.python.org/pypi/Mopidy-AlarmClock/
:alt: Latest PyPI version

.. image:: https://img.shields.io/pypi/dm/Mopidy-AlarmClock.svg?style=flat
:target: https://pypi.python.org/pypi/Mopidy-AlarmClock/
:alt: Number of PyPI downloads

.. image:: https://travis-ci.org/DavisNT/mopidy-alarmclock.svg?branch=develop
:target: https://travis-ci.org/DavisNT/mopidy-alarmclock
:alt: Travis-CI build status
Expand All @@ -14,7 +18,7 @@ Mopidy-AlarmClock
:target: https://coveralls.io/r/DavisNT/mopidy-alarmclock
:alt: Coveralls test coverage

A Mopidy extension for using it as an alarm clock.
A `Mopidy <https://www.mopidy.com/>`_ extension for using it as an alarm clock.

Mopidy-AlarmClock was originally created by `Mathieu Xhonneux <https://github.com/Zashas>`_ and now is maintained by `Davis Mosenkovs <https://github.com/DavisNT>`_.

Expand Down Expand Up @@ -88,6 +92,11 @@ Project resources
Changelog
=========

v0.1.9
----------------------------------------

- Cosmetic improvements.

v0.1.8
----------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion mopidy_alarmclock/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from .http import MessageStore, factory_decorator


__version__ = '0.1.8'
__version__ = '0.1.9'


class Extension(ext.Extension):
Expand Down
2 changes: 0 additions & 2 deletions tests/test_extension.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import unicode_literals

import unittest

import mock
Expand Down
2 changes: 0 additions & 2 deletions tests/test_http.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import unicode_literals

import datetime
import unittest

Expand Down

0 comments on commit 6d1df8c

Please sign in to comment.