Skip to content

Commit a491716

Browse files
author
semantic-release
committed
[release] 1.3.0
Automatically generated by python-semantic-release
1 parent 2943c8d commit a491716

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ Automatically generated by python-semantic-release ([`c2e2fc3`](https://github.c
9090

9191
* feat: add TLS/SSL support for broker connection (#5)
9292

93-
* feat: add TLS/SSL support for broker connection
94-
93+
* feat: add TLS/SSL support for broker connection
94+
9595
* doc: Update README for broker secured connection ([`9893dad`](https://github.com/fligneul/aps2mqtt/commit/9893dad8250a353eac3bf87d9c2cbe4b8518c94e))
9696

9797
### Unknown
@@ -107,8 +107,8 @@ Automatically generated by python-semantic-release ([`709be16`](https://github.c
107107

108108
* feat: Release aps2mqtt (#1)
109109

110-
Publish APS ECU data to MQTT broker
111-
Doc up to date
110+
Publish APS ECU data to MQTT broker
111+
Doc up to date
112112
Python whl & PyPI release ([`b9c4cc5`](https://github.com/fligneul/aps2mqtt/commit/b9c4cc5a47bc2d3a8475431f2a8b06027afdc191))
113113

114114
### Unknown

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.2.0"
3+
__version__ = "1.3.0"
44

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

0 commit comments

Comments
 (0)