Skip to content

Commit bfc6aa4

Browse files
author
semantic-release
committed
1.2.2
Automatically generated by python-semantic-release
1 parent 2131806 commit bfc6aa4

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33

44

5+
## v1.2.2 (2024-03-26)
6+
7+
### Fix
8+
9+
* fix(update-ioconnect): fix update-iotconnect script ([`f1ca507`](https://github.com/hokus15/IOTConnect/commit/f1ca5076bfa2f9e5f8a67c023e0557e65d965a65))
10+
11+
### Unknown
12+
13+
* Merge pull request #24 from hokus15/develop
14+
15+
fix(update-ioconnect): fix update-iotconnect script ([`2131806`](https://github.com/hokus15/IOTConnect/commit/213180666fcfe6c38111ede002482cd10a6a10d9))
16+
17+
518
## v1.2.1 (2024-03-26)
619

720
### Fix

iotconnect/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.2.1'
1+
__version__ = '1.2.2'

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "iotconnect"
7-
version = "1.2.1"
7+
version = "1.2.2"
88
authors = [
99
{name = "Jordi Morell", email = "hokus@hotmail.com"},
1010
]

0 commit comments

Comments
 (0)