Prep for v1.0.0

remotes/origin/extra-event-options v1.0.0
Phil Howard 2020-01-30 10:48:56 +00:00
parent bcceb6001f
commit e40219c254
2 changed files with 9 additions and 2 deletions

View File

@ -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.0.2
========================================

View File

@ -1,6 +1,6 @@
[metadata]
name = mopidy-raspberry-gpio
version = 0.0.2
version = 1.0.0
url = https://github.com/pimoroni/mopidy-raspberry-gpio
author = Phil Howard
author_email = phil@pimoroni.com
@ -82,4 +82,4 @@ ignore =
# W503: line break before binary operator (not PEP8 compliant)
W503
# B305: .next() is not a thing on Python 3 (used by playback controller)
B305
B305