From 766646f772f6669d6f0a188176e02d6d5e506393 Mon Sep 17 00:00:00 2001 From: Ben Nuttall Date: Sun, 25 Oct 2015 18:56:58 +0000 Subject: [PATCH] Release v0.9.0 beta 4 --- README.rst | 2 +- docs/index.md | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 7f05958..929827e 100644 --- a/README.rst +++ b/README.rst @@ -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 ===== diff --git a/docs/index.md b/docs/index.md index d2eb53f..71cfd4f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 diff --git a/setup.py b/setup.py index 5a3d3b8..d526e98 100644 --- a/setup.py +++ b/setup.py @@ -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'