Skip to content

Commit

Permalink
Update version numbers to 0.9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Harvey committed Jan 9, 2016
1 parent 707f1ab commit 0d8b20b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 0d8b20b

Please sign in to comment.