Bump version for bugfix release

This commit is contained in:
Dave Jones
2016-08-31 23:30:53 +01:00
parent 89062ed4c2
commit 0eb8cd2190
2 changed files with 7 additions and 1 deletions

View File

@@ -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)
==========================

View File

@@ -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'