Release v1.3.2

This commit is contained in:
Ben Nuttall
2017-03-03 13:18:36 +00:00
parent f5f827c0ec
commit 2e7543d315
2 changed files with 6 additions and 1 deletions

View File

@@ -5,6 +5,11 @@ Changelog
.. 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)
====================================

View File

@@ -22,7 +22,7 @@ except ImportError:
pass
__project__ = 'gpiozero'
__version__ = '1.3.1.post1'
__version__ = '1.3.2'
__author__ = 'Ben Nuttall'
__author_email__ = 'ben@raspberrypi.org'
__url__ = 'https://github.com/RPi-Distro/python-gpiozero'