Skip to content

Commit cd45230

Browse files
committed
Prepare 0.1.11
1 parent a283c21 commit cd45230

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG

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

4+
5+
0.1.11 (2019-05-27)
6+
-------------------
7+
8+
- Decoding presets in status messages (#33) [Matthias Erll]
9+
10+
- Adding device serial number and firmware (#31) [Matthias Erll]
11+
12+
- Context.invoke() -> Context.forward() (#28) [Till]
13+
14+
- Require python 3.4 or newer in setup.py, closes #23. [Teemu Rytilahti]
15+
16+
417
0.1.10 (2018-11-09))
518
------------------------
619
- Context.invoke() -> Context.forward() (#28) [Till]

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.10',
6+
version='0.1.11',
77
packages=['eq3bt'],
88
python_requires='>=3.4',
99
install_requires=['bluepy>=1.0.5', 'click', 'construct', 'click-datetime'],

0 commit comments

Comments
 (0)