From 17c93d1e450af71dc7e73641e21f2a85d0cecd92 Mon Sep 17 00:00:00 2001 From: Ben Nuttall Date: Fri, 9 Oct 2015 12:30:13 +0100 Subject: [PATCH] Release v0.7.0 beta 2 --- README.rst | 2 +- docs/index.md | 6 +++++- setup.py | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 0de086c..ae5ab06 100644 --- a/README.rst +++ b/README.rst @@ -4,7 +4,7 @@ gpiozero A simple interface to everyday GPIO components used with Raspberry Pi -Latest release: v0.6.0 Public beta +Latest release: v0.7.0 Beta 2 Motivation ========== diff --git a/docs/index.md b/docs/index.md index f06608d..a02b157 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,7 +4,7 @@ A simple interface to everyday GPIO components used with Raspberry Pi ## Latest release -The latest release is **v0.6.0 beta 1** released on 28th September 2015. +The latest release is **v0.7.0 beta 2** released on 9th October 2015. ## Motivation @@ -62,6 +62,8 @@ Components: - Light Sensor - Temperature Sensor - Motor +- RGB LED +- MCP3008 ADC Boards & accessories: @@ -71,6 +73,8 @@ Boards & accessories: - PI-TRAFFIC - Fish Dish - Traffic HAT +- Robot +- Ryanteck MCB Robot ## Getting started diff --git a/setup.py b/setup.py index 8f501c3..18834b9 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ def read(fname): setup( name="gpiozero", - version="0.6.0", + version="0.7.0", author="Ben Nuttall", description="A simple interface to everyday GPIO components used with Raspberry Pi", license="BSD",