Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonoughe committed Jun 2, 2021
2 parents 10128d8 + 85ba51e commit 6e5cf2a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.11.0] - 2021-06-01

### Added

- Support for 15-AMP Plug-in Appliance Module (RR-15APS-1-XX).

## [0.10.0] - 2021-05-22

### Added
Expand Down Expand Up @@ -173,7 +179,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Ability to interact with Caséta bridge using LIP over Telnet and LEAP over SSH.

[unreleased]: https://github.com/gurumitts/pylutron-caseta/compare/v0.10.0...HEAD
[unreleased]: https://github.com/gurumitts/pylutron-caseta/compare/v0.11.0...HEAD
[0.11.0]: https://github.com/gurumitts/pylutron-caseta/compare/v0.10.0...v0.11.0
[0.10.0]: https://github.com/gurumitts/pylutron-caseta/compare/v0.9.0...v0.10.0
[0.9.0]: https://github.com/gurumitts/pylutron-caseta/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/gurumitts/pylutron-caseta/compare/v0.7.2...v0.8.0
Expand Down
1 change: 1 addition & 0 deletions pylutron_caseta/__init__.py
Expand Up @@ -9,6 +9,7 @@
"switch": [
"WallSwitch",
"OutdoorPlugInSwitch",
"PlugInSwitch",
],
"fan": [
"CasetaFanSpeedController",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@

setup(
name="pylutron_caseta",
version="0.10.0",
version="0.11.0",
license="Apache",
description="""Provides an API to the Lutron Smartbridge""",
author="gurumitts",
Expand Down

0 comments on commit 6e5cf2a

Please sign in to comment.