Release v0.9.0 beta 4

This commit is contained in:
Ben Nuttall
2015-10-25 18:56:58 +00:00
parent af2bf9325c
commit 766646f772
3 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ other contributors.
Latest release
==============
The latest release is **v0.8.0 beta 3** released on 16th October 2015.
The latest release is **v0.9.0 beta 4** released on 25th October 2015.
About
=====

View File

@@ -8,7 +8,7 @@ Jones](https://github.com/waveform80), and other contributors.
## Latest release
The latest release is **v0.8.0 beta 3** released on 16th October 2015.
The latest release is **v0.9.0 beta 4** released on 25th October 2015.
## About

View File

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