File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,11 +5,15 @@ All notable changes to this project will be documented in this file.
55The 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() `
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
77[project ]
88name = " linuxfabrik-lib"
9- version = " 2.2.0 "
9+ version = " 2.2.1 "
1010description = " Python libraries used in various Linuxfabrik projects, including the 'Linuxfabrik Monitoring Plugins' project."
1111readme = " README.md"
1212authors = [
You can’t perform that action at this time.
0 commit comments