Release v0.7.0 beta 2

This commit is contained in:
Ben Nuttall
2015-10-09 12:30:13 +01:00
parent ee36451bed
commit 17c93d1e45
3 changed files with 7 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ gpiozero
A simple interface to everyday GPIO components used with Raspberry Pi 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 Motivation
========== ==========

View File

@@ -4,7 +4,7 @@ A simple interface to everyday GPIO components used with Raspberry Pi
## Latest release ## 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 ## Motivation
@@ -62,6 +62,8 @@ Components:
- Light Sensor - Light Sensor
- Temperature Sensor - Temperature Sensor
- Motor - Motor
- RGB LED
- MCP3008 ADC
Boards & accessories: Boards & accessories:
@@ -71,6 +73,8 @@ Boards & accessories:
- PI-TRAFFIC - PI-TRAFFIC
- Fish Dish - Fish Dish
- Traffic HAT - Traffic HAT
- Robot
- Ryanteck MCB Robot
## Getting started ## Getting started

View File

@@ -8,7 +8,7 @@ def read(fname):
setup( setup(
name="gpiozero", name="gpiozero",
version="0.6.0", version="0.7.0",
author="Ben Nuttall", author="Ben Nuttall",
description="A simple interface to everyday GPIO components used with Raspberry Pi", description="A simple interface to everyday GPIO components used with Raspberry Pi",
license="BSD", license="BSD",