Skip to content

Commit 2c6d613

Browse files
committed
chore: bump version number [skip ci]
1 parent d218a6d commit 2c6d613

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
66

77

88

9-
[Unreleased]: https://github.com/Linuxfabrik/lib/compare/v2.1.0.7...HEAD
9+
[Unreleased]: https://github.com/Linuxfabrik/lib/compare/v2.1.1.5...HEAD
1010

1111
## [Unreleased]
1212

13+
tbd
14+
15+
16+
## v2.1.1.5
17+
1318
### Fixed ("fix")
1419

1520
* shell.py: Fix special character decoding in Windows output by explicitly switching to codepage 65001

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "linuxfabrik-lib"
9-
version = "2.1.0.7"
9+
version = "2.1.1.5"
1010
description = "Python libraries used in various Linuxfabrik projects, including the 'Linuxfabrik Monitoring Plugins' project."
1111
readme = "README.md"
1212
authors = [

0 commit comments

Comments
 (0)