Skip to content

Commit 6492b51

Browse files
bump: version 0.152.1 → 0.152.2
1 parent e55b056 commit 6492b51

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
=======
2+
## 0.152.2 (2025-06-04)
3+
4+
### Fix
5+
6+
- Update Makefile
7+
- Update CheshireEastCouncil.py
8+
- Github action to handle branch name with parentheses
9+
210
## 0.152.1 (2025-05-15)
311

412
### Fix

custom_components/uk_bin_collection/config_flow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ async def async_step_reconfigure_confirm(
253253

254254
async def get_councils_json(self) -> Dict[str, Any]:
255255
"""Fetch and return the supported councils data, including aliases and sorted alphabetically."""
256-
url = "https://raw.githubusercontent.com/robbrad/UKBinCollectionData/0.152.1/uk_bin_collection/tests/input.json"
256+
url = "https://raw.githubusercontent.com/robbrad/UKBinCollectionData/0.152.2/uk_bin_collection/tests/input.json"
257257
try:
258258
async with aiohttp.ClientSession() as session:
259259
async with session.get(url) as response:

custom_components/uk_bin_collection/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"integration_type": "service",
1010
"iot_class": "cloud_polling",
1111
"issue_tracker": "https://github.com/robbrad/UKBinCollectionData/issues",
12-
"requirements": ["uk-bin-collection>=0.152.1"],
13-
"version": "0.152.1",
12+
"requirements": ["uk-bin-collection>=0.152.2"],
13+
"version": "0.152.2",
1414
"zeroconf": []
1515
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "uk_bin_collection"
3-
version = "0.152.1"
3+
version = "0.152.2"
44
description = "Python Lib to collect UK Bin Data"
55
readme = "README.md"
66
authors = ["Robert Bradley <[email protected]>"]

0 commit comments

Comments
 (0)