Skip to content

Commit

Permalink
bump: version 0.5.0 → 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 16, 2024
1 parent adc0ef4 commit d67ebc1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.6.0 (2024-04-16)

### Feat

- enum for relay state

## 0.5.0 (2024-04-16)

### Feat
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"integration_type": "service",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/robbrad/lunaticoastro-dragonfly-controller/issues",
"requirements": ["uk-bin-collection>=0.5.0"],
"version": "0.5.0",
"requirements": ["uk-bin-collection>=0.6.0"],
"version": "0.6.0",
"zeroconf": []
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lunaticoastro-dragonfly-controller"
version = "0.5.0"
version = "0.6.0"
description = "Python Lib to control lunaticoastro dragonfly"
readme = "README.md"
authors = ["Robert Bradley <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion swagger.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
swagger: "2.0"
info:
description: "API for managing the DragonFly Dome Controller device."
version: "0.5.0"
version: "0.6.0"
title: "DragonFly Dome Controller API"
basePath: "/api"
consumes:
Expand Down

0 comments on commit d67ebc1

Please sign in to comment.