mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-10-29 17:50:37 +00:00
Release v1.3.2
This commit is contained in:
@@ -5,6 +5,11 @@ Changelog
|
|||||||
.. currentmodule:: gpiozero
|
.. currentmodule:: gpiozero
|
||||||
|
|
||||||
|
|
||||||
|
Release 1.3.2 (2017-03-03)
|
||||||
|
==========================
|
||||||
|
|
||||||
|
* Fix issue with :func:`pi_info` breaking on unknown Pi models
|
||||||
|
|
||||||
Release 1.3.1 (2016-08-31 ... later)
|
Release 1.3.1 (2016-08-31 ... later)
|
||||||
====================================
|
====================================
|
||||||
|
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -22,7 +22,7 @@ except ImportError:
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
__project__ = 'gpiozero'
|
__project__ = 'gpiozero'
|
||||||
__version__ = '1.3.1.post1'
|
__version__ = '1.3.2'
|
||||||
__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