From 0d8b20b9b53601d5928c2ccb2ec184c44d144afd Mon Sep 17 00:00:00 2001 From: Ian Harvey Date: Sat, 9 Jan 2016 12:29:51 +0000 Subject: [PATCH] Update version numbers to 0.9.11 --- README.md | 6 ++++++ docs/conf.py | 2 +- setup.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e7f187e4..de55bbb1 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,12 @@ The Python files are released into the public domain by their author, Ian Harvey Release Notes ------------- +Release 0.9.11 + +- Minor consistency improvements & bug fixes +- Scanner now has getDevices() call +- Docs updated + Release 0.9.10 - Now with Scan functionality diff --git a/docs/conf.py b/docs/conf.py index e7d471ee..e37068a7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -56,7 +56,7 @@ # The short X.Y version. version = '0.9' # The full version, including alpha/beta/rc tags. -release = '0.9.10' +release = '0.9.11' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index b2d51f86..9c8bab49 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ class BluepyDevelop(develop): setup ( name='bluepy', - version='0.9.10', + version='0.9.11', description='Python module for interfacing with BLE devices through Bluez', author='Ian Harvey', url='https://github.com/IanHarvey/bluepy',