Skip to content

Commit 452ffaf

Browse files
bump: version 0.152.11 → 0.153.0
1 parent c7d073e commit 452ffaf

File tree

4 files changed

+30
-4
lines changed

4 files changed

+30
-4
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,30 @@
11
=======
2+
## 0.153.0 (2025-09-02)
3+
4+
### Feat
5+
6+
- Change buckinghamshire council to get data from endpoint
7+
8+
### Fix
9+
10+
- 1573 Update Bolton council URL
11+
- East Herts Council
12+
- #1575
13+
- Runnymede Borough Council
14+
- #1513
15+
- Wiltshire Council
16+
- #1533
17+
- Staffordshire Moorlands District Council
18+
- #1535
19+
- Ipswich Borough Council
20+
- #1548
21+
- North East Lincs
22+
- Hinckley and Bosworth Borough Council
23+
- Nuneaton Bedworth Borough Council
24+
- #1514
25+
- Lichfield District Council
26+
- 1549
27+
228
## 0.152.11 (2025-08-25)
329

430
### Fix

custom_components/uk_bin_collection/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from homeassistant.const import Platform
66

7-
INPUT_JSON_URL = "https://raw.githubusercontent.com/robbrad/UKBinCollectionData/0.152.11/uk_bin_collection/tests/input.json"
7+
INPUT_JSON_URL = "https://raw.githubusercontent.com/robbrad/UKBinCollectionData/0.153.0/uk_bin_collection/tests/input.json"
88

99
DEFAULT_NAME = "UK Bin Collection Data"
1010

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.11"],
13-
"version": "0.152.11",
12+
"requirements": ["uk-bin-collection>=0.153.0"],
13+
"version": "0.153.0",
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.11"
3+
version = "0.153.0"
44
description = "Python Lib to collect UK Bin Data"
55
readme = "README.md"
66
authors = ["Robert Bradley <[email protected]>"]

0 commit comments

Comments
 (0)