From b2da0aefdbc41254e6483585f5a1948b20b7f73b Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 15 Jan 2025 23:06:56 +0000 Subject: [PATCH] 0.0.9 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ cephfs_disk_usage/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e44fd26..50dfa62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v0.0.9 (2025-01-15) + +### U + +- Update docker image building + ([`42aeeec`](https://github.com/WIPACrepo/cephfs-disk-usage/commit/42aeeec25f40846f9f94469d53465a0d6aee4cf8)) + + ## v0.0.8 (2025-01-15) ### A diff --git a/cephfs_disk_usage/__init__.py b/cephfs_disk_usage/__init__.py index 9123cf0..9d1ffab 100644 --- a/cephfs_disk_usage/__init__.py +++ b/cephfs_disk_usage/__init__.py @@ -1 +1 @@ -__version__ = '0.0.8' +__version__ = '0.0.9' diff --git a/pyproject.toml b/pyproject.toml index c9b1d64..bca19cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [project] -version = "0.0.8" +version = "0.0.9" dependencies = ["wipac-rest-tools"] name = "cephfs-disk-usage" requires-python = ">=3.11, <3.14"