Skip to content

Commit 1a37d33

Browse files
committed
chore: bump version number [skip ci]
1 parent 7e3a272 commit 1a37d33

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,18 @@ 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.1.7...HEAD
9+
[Unreleased]: https://github.com/Linuxfabrik/lib/compare/v2.1.1.15...HEAD
1010

1111
## [Unreleased]
1212

13+
tbd
14+
15+
16+
## v2.1.1.15
17+
1318
### Changed ("refactor", "chore" etc.)
1419

15-
* refactor(net.py): add fetch_socket() and fetch_sssl(), improve fetch()
20+
* refactor(net.py): add fetch_socket() and fetch_ssl(), improve fetch()
1621

1722

1823
## v2.1.1.7

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.1.7"
9+
version = "2.1.1.15"
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)