Skip to content

Commit

Permalink
Bump version to 2024.1.1b0
Browse files Browse the repository at this point in the history
  • Loading branch information
astrandb committed Jan 16, 2024
1 parent edbec9d commit 903feb8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions custom_components/weatherlink/Untitled-1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"api_key_v2": "lc8gh3bjso2iheb7gc9o50lxc0ejxfup",
"api_secret": "l6gwrkyjescbtfs5hy4bcalgd1z1qztd"
}
2 changes: 1 addition & 1 deletion custom_components/weatherlink/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from enum import StrEnum

DOMAIN = "weatherlink"
VERSION = "2024.1.0"
VERSION = "2024.1.1b0"

MANUFACTURER = "Davis Instruments"
CONFIG_URL = "https://www.weatherlink.com/"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/weatherlink/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"issue_tracker": "https://github.com/astrandb/weatherlink/issues",
"requirements": [],
"ssdp": [],
"version": "2024.1.0",
"version": "2024.1.1b0",
"zeroconf": []
}
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpver]
current_version = 2024.1.0
current_version = 2024.1.1b0
version_pattern = YYYY.MM.PATCH[PYTAGNUM]
commit_message = "Bump version from {old_version} to {new_version}"
commit = False
Expand Down

0 comments on commit 903feb8

Please sign in to comment.