From 6e08118f00b095f98a7ce8942c0b60af94e8b00f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Wale=C5=84?= Date: Wed, 17 Dec 2025 17:41:30 +0100 Subject: [PATCH 1/2] update version number --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d43bd2c..2ad6e49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "requests", "six", ] -version = "2.2.0" +version = "2.3.1" [project.urls] "homepage" = "https://github.com/sio2project/filetracker" From 0268c13bea59f4cfc9a488e79bed5bfd6060b9a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Wale=C5=84?= Date: Wed, 17 Dec 2025 17:43:15 +0100 Subject: [PATCH 2/2] update codeowners --- .github/CODEOWNERS | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index dd7a551..17fdce8 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1 @@ * @twalen -* @wolf480pl