Skip to content

Commit

Permalink
Prepare 0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
rytilahti committed May 28, 2019
1 parent a283c21 commit cd45230
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Changelog
=========


0.1.11 (2019-05-27)
-------------------

- Decoding presets in status messages (#33) [Matthias Erll]

- Adding device serial number and firmware (#31) [Matthias Erll]

- Context.invoke() -> Context.forward() (#28) [Till]

- Require python 3.4 or newer in setup.py, closes #23. [Teemu Rytilahti]


0.1.10 (2018-11-09))
------------------------
- Context.invoke() -> Context.forward() (#28) [Till]
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 @@

setup(
name='python-eq3bt',
version='0.1.10',
version='0.1.11',
packages=['eq3bt'],
python_requires='>=3.4',
install_requires=['bluepy>=1.0.5', 'click', 'construct', 'click-datetime'],
Expand Down

0 comments on commit cd45230

Please sign in to comment.