Skip to content

Commit 29fbae0

Browse files
authored
Merge pull request #8 from Sensirion/prepare-for-release
Prepare for 1.1.1 release
2 parents 81516c5 + 515ff1c commit 29fbae0

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## [Unreleased]
77

8+
## [1.1.1] - 2024-4-10
9+
10+
### Fixed
11+
12+
- Accidential release due to wrong github action definition
13+
814
## [1.1.0] - 2024-4-10
915

1016
### Added

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sensirion-uart-scc1"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
description = "Driver for Sensirion SCC1 USB cable"
55
authors = ["Pascal Sachs"]
66
license = "BSD-3-Clause"
@@ -29,6 +29,7 @@ testpaths = [
2929
]
3030

3131

32+
3233
[tool.poetry.group.docs]
3334
optional = true
3435

0 commit comments

Comments
 (0)