mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 19:23:34 +00:00
Bump for 0.3.2 (#123)
This commit is contained in:
parent
c6739daacc
commit
e612560b35
@ -1,6 +1,12 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.3.2 (2018-06-17)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
- Add bulb valid temperature range (#122) [Thibault Cohen]
|
||||||
|
|
||||||
|
|
||||||
0.3.1 (2018-06-16)
|
0.3.1 (2018-06-16)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -1,7 +1,7 @@
|
|||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
|
|
||||||
setup(name='pyHS100',
|
setup(name='pyHS100',
|
||||||
version='0.3.1',
|
version='0.3.2',
|
||||||
description='Interface for TPLink HS1xx plugs, HS2xx wall switches & LB1xx bulbs',
|
description='Interface for TPLink HS1xx plugs, HS2xx wall switches & LB1xx bulbs',
|
||||||
url='https://github.com/GadgetReactor/pyHS100',
|
url='https://github.com/GadgetReactor/pyHS100',
|
||||||
author='Sean Seah (GadgetReactor)',
|
author='Sean Seah (GadgetReactor)',
|
||||||
|
Loading…
Reference in New Issue
Block a user