Skip to content

Commit

Permalink
0.0.9
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jan 15, 2025
1 parent 42aeeec commit b2da0ae
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion cephfs_disk_usage/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.8'
__version__ = '0.0.9'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b2da0ae

Please sign in to comment.