Skip to content

Commit aa93458

Browse files
committed
chore: bump version number [skip ci]
1 parent 1cc2b49 commit aa93458

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
66

77

8-
9-
[Unreleased]: https://github.com/Linuxfabrik/lib/compare/v2.2.0...HEAD
8+
[Unreleased]: https://github.com/Linuxfabrik/lib/compare/v2.2.1...HEAD
109

1110
## [Unreleased]
1211

12+
tbd
13+
14+
15+
## v2.2.1
16+
1317
### Fixed ("fix")
1418

1519
* fix(net.py): use `ssl.PROTOCOL_TLS_CLIENT` as "best practice" in `fetch_ssl()`

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.2.0"
9+
version = "2.2.1"
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)