Skip to content

Commit 4fa9cae

Browse files
authored
Fix internal version number, bump to 2.1.2
1 parent 943f997 commit 4fa9cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/composite/__init__.py

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

1313
from .const import CONF_TIME_AS, DOMAIN, TZ_DEVICE_LOCAL, TZ_DEVICE_UTC
1414

15-
__version__ = '2.1.0'
15+
__version__ = '2.1.2'
1616

1717
CONF_TZ_FINDER = 'tz_finder'
1818
DEFAULT_TZ_FINDER = 'timezonefinderL==4.0.2'

0 commit comments

Comments
 (0)