diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f078c5..0bf1074 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.0.3 (2023-08-31) + +### Other + +* Decode bytes to str ([`80763ec`](https://github.com/WIPACrepo/cephfs-disk-usage/commit/80763ecfc76cac4be9f39d9fc24d938cfa1a322b)) + ## v0.0.2 (2023-08-31) ### Other diff --git a/cephfs_disk_usage/__init__.py b/cephfs_disk_usage/__init__.py index d18f409..ffcc925 100644 --- a/cephfs_disk_usage/__init__.py +++ b/cephfs_disk_usage/__init__.py @@ -1 +1 @@ -__version__ = '0.0.2' +__version__ = '0.0.3'