Skip to content

Commit 9e010d4

Browse files
committed
Bump version: 0.2.14 → 0.3.0
1 parent 1418c09 commit 9e010d4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.14
2+
current_version = 0.3.0
33
commit = True
44
tag = True
55

custom_components/myheat/const.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
NAME = "MyHeat.net"
1111
DOMAIN = "myheat"
1212
DOMAIN_DATA = f"{DOMAIN}_data"
13-
VERSION = "0.2.14"
13+
VERSION = "0.3.0"
1414

1515
ATTRIBUTION = "https://myheat.net"
1616
MANUFACTURER = "https://myheat.net"

custom_components/myheat/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"issue_tracker": "https://github.com/vooon/hass-myheat/issues",
1111
"loggers": ["myheat"],
1212
"requirements": [],
13-
"version": "0.2.14"
13+
"version": "0.3.0"
1414
}

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "hass-myheat"
3-
version = "0.2.14"
3+
version = "0.3.0"
44
description = "MyHeat integration plugin for HomeAssistant"
55
authors = ["Vladimir Ermakov <vooon341@gmail.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)