From a1eba526983d2ca2d34a5aa48d53fee7d3b38012 Mon Sep 17 00:00:00 2001 From: Ander <9and3r@gmail.com> Date: Thu, 21 May 2015 12:54:27 +0200 Subject: [PATCH] Version change to 1.0.0 --- README.rst | 6 +++++- mopidy_touchscreen/__init__.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index af1d6e2..e6049ed 100644 --- a/README.rst +++ b/README.rst @@ -171,11 +171,15 @@ Project resources Changelog ========= -v0.4.0 (UNRELEASED) +v1.0.0 (UNRELEASED) ------------------- - Require Mopidy v1.0 - Update to work with changed core playback API in Mopidy 1.0 +- Search working +- GPIO and Keyboard support +- Lower CPU usage +- Bug Fixes v0.3.2 (2015-01-09) ------------------- diff --git a/mopidy_touchscreen/__init__.py b/mopidy_touchscreen/__init__.py index 3e49203..61e5572 100644 --- a/mopidy_touchscreen/__init__.py +++ b/mopidy_touchscreen/__init__.py @@ -7,7 +7,7 @@ from mopidy import config, ext from .touch_screen import TouchScreen -__version__ = '0.4.0' +__version__ = '1.0.0' class Extension(ext.Extension):