Skip to content

Commit 2fedb8f

Browse files
bump: version 0.162.6 → 0.162.7
1 parent db72d7e commit 2fedb8f

5 files changed

Lines changed: 46 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,45 @@
11
=======
2+
## 0.162.7 (2026-02-02)
3+
4+
### Fix
5+
6+
- resolve issues #1776, #1780, #1782 - Camden, NE Derbyshire, Newport
7+
- Broken councils
8+
- remove URLs from translation strings for HACS compliance
9+
- **CumberlandCouncil**: remove obsolete duplicate entries
10+
- **AmberValleyBoroughCouncil**: filter invalid date 01/01/0001
11+
- Kingston parser for HTML format change with explicit error handling
12+
- Kingston-upon-Thames website HTML format change
13+
- UttlesfordDistrictCouncil use color names for bin types
14+
- EastHertsCouncil handle empty NextDate values
15+
- UttlesfordDistrictCouncil incorrect bin types due to wrong alt text
16+
- compare dates without time component in UttlesfordDistrictCouncil
17+
- UttlesfordDistrictCouncil hardcoded year 2024
18+
- Wyre Forest District Council
19+
- #1835 - Wyre Forest District Council
20+
- Babergh District Council
21+
- #1783 - Babergh District Council
22+
- Mid Suffolk District Council
23+
- #1746 - Mid Suffolk District Council
24+
- Waverley Borough Council
25+
- #1834 - Waverley Borough Council
26+
- London Borough Sutton
27+
- #1830 - London Borough Sutton
28+
- Bolton Council
29+
- #1792 - Bolton Council
30+
- Coventry City Council
31+
- #1808 - Coventry City Council
32+
- Slough Borough Council
33+
- #1822 - Slough Borough Council
34+
- Bromley Borough Council
35+
- #1829 - Bromley Borough Council
36+
- Burnley Borough Council
37+
- #1820 - Burnley Borough Council
38+
39+
### Refactor
40+
41+
- add explicit datetime import in UttlesfordDistrictCouncil
42+
243
## 0.162.6 (2026-01-14)
344

445
### 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.162.6/uk_bin_collection/tests/input.json"
7+
INPUT_JSON_URL = "https://raw.githubusercontent.com/robbrad/UKBinCollectionData/0.162.7/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.162.6"],
13-
"version": "0.162.6",
12+
"requirements": ["uk-bin-collection>=0.162.7"],
13+
"version": "0.162.7",
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.162.6"
3+
version = "0.162.7"
44
description = "Python Lib to collect UK Bin Data"
55
readme = "README.md"
66
authors = ["Robert Bradley <robbrad182@gmail.com>"]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
connexion[flask,swagger-ui]
22
uvicorn
3-
uk-bin-collection>=0.162.6
3+
uk-bin-collection>=0.162.7

0 commit comments

Comments
 (0)