We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5f827c commit 2e7543dCopy full SHA for 2e7543d
docs/changelog.rst
@@ -5,6 +5,11 @@ Changelog
5
.. currentmodule:: gpiozero
6
7
8
+Release 1.3.2 (2017-03-03)
9
+==========================
10
+
11
+* Fix issue with :func:`pi_info` breaking on unknown Pi models
12
13
Release 1.3.1 (2016-08-31 ... later)
14
====================================
15
setup.py
@@ -22,7 +22,7 @@
22
pass
23
24
__project__ = 'gpiozero'
25
-__version__ = '1.3.1.post1'
+__version__ = '1.3.2'
26
__author__ = 'Ben Nuttall'
27
__author_email__ = 'ben@raspberrypi.org'
28
__url__ = 'https://github.com/RPi-Distro/python-gpiozero'
0 commit comments