From 2e7543d3151ee048facb79c666ba5ea5053b33c4 Mon Sep 17 00:00:00 2001 From: Ben Nuttall Date: Fri, 3 Mar 2017 13:18:36 +0000 Subject: [PATCH] Release v1.3.2 --- docs/changelog.rst | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index e360b9d..185c8e8 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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) ==================================== diff --git a/setup.py b/setup.py index 6cc8f26..e615e7f 100644 --- a/setup.py +++ b/setup.py @@ -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'