File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33
44
5+ ## v1.2.0 (2023-12-09)
6+
7+ ### Chore
8+
9+ * chore: improve exception trace (#15 ) ([ ` 94120e8 ` ] ( https://github.com/fligneul/aps2mqtt/commit/94120e8243623292ca1ac98717391d5da44b05a9 ) )
10+
11+ ### Feature
12+
13+ * feat: allow timezone customization (#17 ) ([ ` 30a945f ` ] ( https://github.com/fligneul/aps2mqtt/commit/30a945f5883a4de78a3a3a3e8cc68f4d5fba0a9d ) )
14+
15+
516## v1.1.3 (2023-12-03)
617
718### Chore
2233
2334* fix: improve config boolean parsing (#14 ) ([ ` 65aaee5 ` ] ( https://github.com/fligneul/aps2mqtt/commit/65aaee56a3a66ce591a9c5b25326f1bdbdc7c137 ) )
2435
36+ ### Unknown
37+
38+ * [ release] 1.1.3
39+
40+ Automatically generated by python-semantic-release ([ ` d84de5a ` ] ( https://github.com/fligneul/aps2mqtt/commit/d84de5af36fc34aa3b3643eb449aa0358c23bcb4 ) )
41+
2542
2643## v1.1.2 (2023-11-22)
2744
Original file line number Diff line number Diff line change 11from setuptools import setup
22
3- __version__ = "1.1.3 "
3+ __version__ = "1.2.0 "
44
55if __name__ == "__main__" :
66 setup (version = __version__ )
You can’t perform that action at this time.
0 commit comments