Skip to content

Commit 8e5fbb4

Browse files
author
semantic-release
committed
[release] 1.2.0
Automatically generated by python-semantic-release
1 parent 30a945f commit 8e5fbb4

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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
@@ -22,6 +33,12 @@
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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup
22

3-
__version__ = "1.1.3"
3+
__version__ = "1.2.0"
44

55
if __name__ == "__main__":
66
setup(version=__version__)

0 commit comments

Comments
 (0)