Skip to content

Commit

Permalink
Prep for v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Jan 30, 2020
1 parent 9c87d3d commit 3cfffc8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -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
========================================

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -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
<https://apt.mopidy.com/>`_.

You must then install a display plugin, for example::

pip install pidi-display-st7789
pip3 install pidi-display-st7789


Configuration
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit 3cfffc8

Please sign in to comment.