-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Remove thelogrus from dependencies - Bump version to 0.15.0 Signed-off-by: Joe Block <[email protected]>
- Loading branch information
Showing
2 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<!-- START doctoc generated TOC please keep comment here to allow auto update --> | ||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> | ||
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)* | ||
|
||
- [Changelog](#changelog) | ||
- [0.15.0](#0150) | ||
|
||
<!-- END doctoc generated TOC please keep comment here to allow auto update --> | ||
|
||
# Changelog | ||
|
||
## 0.15.0 | ||
|
||
- Removed `thelogrus` from the dependency list |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "ha-mqtt-discoverable" | ||
version = "0.14.0" | ||
version = "0.15.0" | ||
description = "" | ||
authors = ["Joe Block <[email protected]>"] | ||
readme = "README.md" | ||
|
@@ -11,7 +11,6 @@ python = ">=3.10.0,<4.0" | |
pyaml = "^21.10.1" | ||
paho-mqtt = "^1.6.1" | ||
gitlike-commands = ">=0.2.1,<0.4.0" | ||
thelogrus = "^0.7.0" | ||
pydantic = "^2.7.2" | ||
|
||
|
||
|