mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-12-08 20:39:01 +00:00
Bump version for bugfix release
This commit is contained in:
@@ -5,6 +5,12 @@ Changelog
|
|||||||
.. currentmodule:: gpiozero
|
.. currentmodule:: gpiozero
|
||||||
|
|
||||||
|
|
||||||
|
Release 1.3.1 (2016-08-31 ... later)
|
||||||
|
====================================
|
||||||
|
|
||||||
|
* Fixed hardware SPI support which Dave broke in 1.3.0. Sorry!
|
||||||
|
* Some minor docs changes
|
||||||
|
|
||||||
Release 1.3.0 (2016-08-31)
|
Release 1.3.0 (2016-08-31)
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -22,7 +22,7 @@ except ImportError:
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
__project__ = 'gpiozero'
|
__project__ = 'gpiozero'
|
||||||
__version__ = '1.3.0'
|
__version__ = '1.3.1'
|
||||||
__author__ = 'Ben Nuttall'
|
__author__ = 'Ben Nuttall'
|
||||||
__author_email__ = 'ben@raspberrypi.org'
|
__author_email__ = 'ben@raspberrypi.org'
|
||||||
__url__ = 'https://github.com/RPi-Distro/python-gpiozero'
|
__url__ = 'https://github.com/RPi-Distro/python-gpiozero'
|
||||||
|
|||||||
Reference in New Issue
Block a user