Skip to content

Commit

Permalink
Merge pull request #72 from ThomasGerstenberg/v0.3.6
Browse files Browse the repository at this point in the history
Bump version to v0.3.6
  • Loading branch information
ThomasGerstenberg authored Dec 24, 2020
2 parents fbcafc7 + 6c0a4f7 commit 5f7a15f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
Changelog
=========


v0.3.6
------

v0.3.6 is a minor bugfix update and some small improvements

**Fixes**

- Fixes an uncaught exception caused when handling a failed bond database load (thanks @dkkeller)

- Fixes an issue where waiting on indications to be confirmed did not work. Regression introduced in v0.3.4

**Changes**

- Updates the descriptor discovery portion of service discovery to be more efficient, speeding up service discovery times

- Updates the API lock at the driver layer to be per-device. This will reduce lock contention when using multiple BLE Devices in different threads


v0.3.5
------

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = u'v0.3.x'
# The full version, including alpha/beta/rc tags
release = u'v0.3.5'
release = u'v0.3.6'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from os import path


VERSION = "v0.3.5"
VERSION = "v0.3.6"

HERE = path.dirname(__file__)
with open(path.join(HERE, "README.md"), "r", encoding="utf-8") as f:
Expand Down

0 comments on commit 5f7a15f

Please sign in to comment.