diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 21c0a5d..cc9211a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,13 @@ Changelog ********* +v1.0.0 +======================================== + +- Breaking release! +- Dropped support for Python 2.x and Mopidy 2.x +- Support for Mopidy 3.x+, Python 3.x + v0.2.0 ======================================== diff --git a/README.rst b/README.rst index 3c77e0a..aee9880 100644 --- a/README.rst +++ b/README.rst @@ -22,14 +22,14 @@ Installation Install by running:: - pip install Mopidy-PiDi + pip3 install Mopidy-PiDi Or, if available, install the Debian/Ubuntu package from `apt.mopidy.com `_. You must then install a display plugin, for example:: - pip install pidi-display-st7789 + pip3 install pidi-display-st7789 Configuration diff --git a/setup.cfg b/setup.cfg index f096da9..d64e974 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = mopidy-pidi -version = 0.2.0 +version = 1.0.0 url = https://github.com/{{ cookiecutter.github_username }}/{{ cookiecutter.dist_name|lower }} author = Phil Howard author_email = phil@pimoroni.com