Skip to content

Commit

Permalink
bump: version 0.7.0 → 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 16, 2024
1 parent 35b7ad2 commit 5e6dfb9
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.7.1 (2024-04-16)

### Fix

- decouple docker image and pip module - use sourcecode

## 0.7.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.7.0"],
"version": "0.7.0",
"requirements": ["uk-bin-collection>=0.7.1"],
"version": "0.7.1",
"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.7.0"
version = "0.7.1"
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.7.0"
version: "0.7.1"
title: "DragonFly Dome Controller API"
basePath: "/api"
consumes:
Expand Down

0 comments on commit 5e6dfb9

Please sign in to comment.