We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9c4cc5 commit 28c816fCopy full SHA for 28c816f
CHANGELOG.md
@@ -1 +1,17 @@
1
-# CHANGELOG
+# CHANGELOG
2
+
3
4
5
+## v1.0.0 (2023-11-01)
6
7
+### Feature
8
9
+* feat: Release aps2mqtt (#1)
10
11
+Publish APS ECU data to MQTT broker
12
+Doc up to date
13
+Python whl & PyPI release ([`b9c4cc5`](https://github.com/fligneul/aps2mqtt/commit/b9c4cc5a47bc2d3a8475431f2a8b06027afdc191))
14
15
+### Unknown
16
17
+* Initial commit ([`12e516f`](https://github.com/fligneul/aps2mqtt/commit/12e516f9cb0abf424fa12673ecbb473d5199413c))
setup.py
@@ -1,6 +1,6 @@
from setuptools import setup
-__version__ = "0.0.0"
+__version__ = "1.0.0"
if __name__ == "__main__":
setup(version=__version__)
0 commit comments