File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 22
33
44
5+ ## v1.1.1 (2023-11-19)
6+
7+ ### Fix
8+
9+ * fix: cast import for non string values (#7 ) ([ ` 5dc868b ` ] ( https://github.com/fligneul/aps2mqtt/commit/5dc868b6b9780d13f5b66d8fe67a60c502c90be1 ) )
10+
11+
512## v1.1.0 (2023-11-10)
613
714### Chore
2431
2532* doc: Update README for broker secured connection ([ ` 9893dad ` ] ( https://github.com/fligneul/aps2mqtt/commit/9893dad8250a353eac3bf87d9c2cbe4b8518c94e ) )
2633
34+ ### Unknown
35+
36+ * [ release] 1.1.0
37+
38+ Automatically generated by python-semantic-release ([ ` 709be16 ` ] ( https://github.com/fligneul/aps2mqtt/commit/709be16aecfde1e6546a18610bcc6bcc1a448450 ) )
39+
2740
2841## v1.0.0 (2023-11-01)
2942
Original file line number Diff line number Diff line change 11from setuptools import setup
22
3- __version__ = "1.1.0 "
3+ __version__ = "1.1.1 "
44
55if __name__ == "__main__" :
66 setup (version = __version__ )
You can’t perform that action at this time.
0 commit comments