diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9c26d5d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,58 @@ +# Changelog + +## [0.0.4](https://github.com/rytilahti/python-yeelightbt/tree/0.0.4) (2019-02-26) + +[Full Changelog](https://github.com/rytilahti/python-yeelightbt/compare/0.0.3.1...0.0.4) + +**Closed issues:** + +- object has no attribute 'update\_ha\_state' [\#27](https://github.com/rytilahti/python-yeelightbt/issues/27) +- Error message [\#25](https://github.com/rytilahti/python-yeelightbt/issues/25) +- yeelightbt got error, is it due to phyton version2? [\#23](https://github.com/rytilahti/python-yeelightbt/issues/23) +- which file should i copy to custom\_components? [\#22](https://github.com/rytilahti/python-yeelightbt/issues/22) +- Cannot import name 'SymmetricMapping' [\#18](https://github.com/rytilahti/python-yeelightbt/issues/18) +- Issues \(different\) on both PY2.7 and PY3.5 [\#17](https://github.com/rytilahti/python-yeelightbt/issues/17) +- from Construct developer, a note [\#15](https://github.com/rytilahti/python-yeelightbt/issues/15) + +**Merged pull requests:** + +- Support more recent construct releases [\#28](https://github.com/rytilahti/python-yeelightbt/pull/28) ([arekbulski](https://github.com/arekbulski), [rytilahti](https://github.com/rytilahti)) +- Update color parameter in HA component [\#20](https://github.com/rytilahti/python-yeelightbt/pull/20) ([vladisnik](https://github.com/vladisnik)) + +## [0.0.3.1](https://github.com/rytilahti/python-yeelightbt/tree/0.0.3.1) (2018-02-04) + +[Full Changelog](https://github.com/rytilahti/python-yeelightbt/compare/0.0.3...0.0.3.1) + +**Closed issues:** + +- Error while running [\#14](https://github.com/rytilahti/python-yeelightbt/issues/14) +- Installation Problem [\#13](https://github.com/rytilahti/python-yeelightbt/issues/13) +- state-request works but control doesn't work [\#11](https://github.com/rytilahti/python-yeelightbt/issues/11) +- Multiple lamps [\#10](https://github.com/rytilahti/python-yeelightbt/issues/10) + +## [0.0.3](https://github.com/rytilahti/python-yeelightbt/tree/0.0.3) (2018-02-04) + +[Full Changelog](https://github.com/rytilahti/python-yeelightbt/compare/v0.0.2...0.0.3) + +**Closed issues:** + +- homeassistant Unable to load plug-in [\#9](https://github.com/rytilahti/python-yeelightbt/issues/9) +- Scan without --mac [\#8](https://github.com/rytilahti/python-yeelightbt/issues/8) +- Traceback \(most recent call last\) on scan [\#7](https://github.com/rytilahti/python-yeelightbt/issues/7) +- Ha plugin installation error [\#6](https://github.com/rytilahti/python-yeelightbt/issues/6) +- Ha plugin installation consulting [\#5](https://github.com/rytilahti/python-yeelightbt/issues/5) +- yeelightbt scan [\#4](https://github.com/rytilahti/python-yeelightbt/issues/4) + +## [v0.0.2](https://github.com/rytilahti/python-yeelightbt/tree/v0.0.2) (2017-02-02) + +[Full Changelog](https://github.com/rytilahti/python-yeelightbt/compare/5e3f8e55143d55fe82d77793a5535157be34a564...v0.0.2) + +**Closed issues:** + +- ImportError: No module named main [\#3](https://github.com/rytilahti/python-yeelightbt/issues/3) +- trace [\#2](https://github.com/rytilahti/python-yeelightbt/issues/2) +- Can't install in homeassistant [\#1](https://github.com/rytilahti/python-yeelightbt/issues/1) + + + +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/setup.py b/setup.py index eafeb2d..dbc95d0 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='python-yeelightbt', - version='0.0.3.1', + version=__version__, description='Python library for interfacing with yeelight\'s bt lights', url='https://github.com/rytilahti/python-yeelightbt', diff --git a/yeelightbt/version.py b/yeelightbt/version.py index 984587b..1ee8441 100644 --- a/yeelightbt/version.py +++ b/yeelightbt/version.py @@ -1,2 +1,2 @@ # flake8: noqa -__version__ = "0.0.2" +__version__ = "0.0.4"