Skip to content

Commit

Permalink
Prepare 0.1.12 (#45)
Browse files Browse the repository at this point in the history
* Add bt interface selection

* Update eq3cli.py

Fix interface selection in cli

* Update setup.py

Bump version to 0.1.12

* Update CHANGELOG
  • Loading branch information
hummel95 authored Nov 19, 2021
1 parent ac7e3c6 commit 9946ff4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ Changelog
=========


0.1.12 (2021-11-13)
-------------------

- Add bt interface selection (#44) [Hummel95]

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

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.11',
version='0.1.12',
packages=['eq3bt'],
python_requires='>=3.4',
install_requires=['bluepy>=1.0.5', 'click', 'construct', 'click-datetime'],
Expand Down

0 comments on commit 9946ff4

Please sign in to comment.