Skip to content

Commit 9946ff4

Browse files
authored
Prepare 0.1.12 (#45)
* Add bt interface selection * Update eq3cli.py Fix interface selection in cli * Update setup.py Bump version to 0.1.12 * Update CHANGELOG
1 parent ac7e3c6 commit 9946ff4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ Changelog
22
=========
33

44

5+
0.1.12 (2021-11-13)
6+
-------------------
7+
8+
- Add bt interface selection (#44) [Hummel95]
9+
510
0.1.11 (2019-05-27)
611
-------------------
712

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='python-eq3bt',
6-
version='0.1.11',
6+
version='0.1.12',
77
packages=['eq3bt'],
88
python_requires='>=3.4',
99
install_requires=['bluepy>=1.0.5', 'click', 'construct', 'click-datetime'],

0 commit comments

Comments
 (0)