From 0eb8cd2190aa1a074771612a2c7eab3ec2f779b5 Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Wed, 31 Aug 2016 23:30:53 +0100 Subject: [PATCH] Bump version for bugfix release --- docs/changelog.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 792cfa3..e360b9d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,12 @@ Changelog .. 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) ========================== diff --git a/setup.py b/setup.py index 52284d3..5c03634 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ except ImportError: pass __project__ = 'gpiozero' -__version__ = '1.3.0' +__version__ = '1.3.1' __author__ = 'Ben Nuttall' __author_email__ = 'ben@raspberrypi.org' __url__ = 'https://github.com/RPi-Distro/python-gpiozero'