Skip to content

Commit dd51168

Browse files
committedJun 8, 2020
Prepare for 1.1.3
1 parent 3a3d493 commit dd51168

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed
 

‎CHANGELOG.rst

+11-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,17 @@ Changelog
44
(tbd)
55
-----
66

7-
- Update CLI to work with the bulb and async
7+
-
8+
9+
1.1.3 (2020-06-08)
10+
------------------
11+
12+
- Improve temperature handling (Switch HW v2)
13+
14+
1.1.2 (2020-04-12)
15+
------------------
16+
17+
- Minor changes and fixes
818

919
1.1.1 (2020-04-12)
1020
------------------

‎setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616

1717
setup(
1818
name="python-mystrom",
19-
version="1.1.2",
19+
version="1.1.3",
2020
description="Asynchronous Python API client for interacting with myStrom devices",
2121
long_description=long_description,
2222
url="https://github.com/fabaff/python-mystrom",
2323
author="Fabian Affolter",
2424
author_email="fabian@affolter-engineering.ch",
2525
license="MIT",
26-
install_requires=["requests", "click"],
26+
install_requires=["requests", "click", "aiohttp", ],
2727
packages=find_packages(),
2828
zip_safe=True,
2929
include_package_data=True,

0 commit comments

Comments
 (0)
Please sign in to comment.