Skip to content

Commit

Permalink
bump the version, add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rytilahti committed Feb 26, 2019
1 parent e076e71 commit d31f0f1
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 2 deletions.
58 changes: 58 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)*
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',

Expand Down
2 changes: 1 addition & 1 deletion yeelightbt/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# flake8: noqa
__version__ = "0.0.2"
__version__ = "0.0.4"

0 comments on commit d31f0f1

Please sign in to comment.