From cd452304a24cf4c7eaa6212e3a2e294a19fea42f Mon Sep 17 00:00:00 2001 From: Teemu Rytilahti Date: Mon, 27 May 2019 23:41:51 -0400 Subject: [PATCH] Prepare 0.1.11 --- CHANGELOG | 13 +++++++++++++ setup.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 681ca1d..21f145c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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] diff --git a/setup.py b/setup.py index 794816a..6334a36 100644 --- a/setup.py +++ b/setup.py @@ -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'],