Skip to content

Commit dbdeba1

Browse files
committed
Version bumb
1 parent b7a55d0 commit dbdeba1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

custom_components.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sensor.afvalbeheer": {
3-
"version": "6.3.1",
3+
"version": "6.4.0",
44
"local_location": "/custom_components/afvalbeheer/__init__.py",
55
"remote_location": "https://raw.githubusercontent.com/pippyn/Home-Assistant-Sensor-Afvalbeheer/master/custom_components/afvalbeheer/__init__.py",
66
"visit_repo": "https://github.com/pippyn/Home-Assistant-Sensor-Afvalbeheer",

custom_components/afvalbeheer/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Sensor component for waste pickup dates from dutch and belgium waste collectors
33
Original Author: Pippijn Stortelder
4-
Current Version: 6.3.1 20251104
4+
Current Version: 6.4.0 20251117
55
"""
66

77
import logging
@@ -18,7 +18,7 @@
1818
from .API import get_wastedata_from_config
1919

2020

21-
__version__ = "6.3.1"
21+
__version__ = "6.4.0"
2222

2323
_LOGGER = logging.getLogger(__name__)
2424

custom_components/afvalbeheer/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"rsa",
99
"pycryptodome"
1010
],
11-
"version": "6.3.1",
11+
"version": "6.4.0",
1212
"config_flow": true
1313
}

0 commit comments

Comments
 (0)