diff --git a/CHANGELOG.md b/CHANGELOG.md index 78788a032..45e7f331e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog for Thoth's Storage Module +## Release 0.73.4 (2022-09-26T10:34:36) +* 2e90406 Fix timezone import in ceph cache +* 0315672 :arrow_up: Automatic update of dependencies by Kebechet for the rhel-8 environment + ## Release 0.73.3 (2022-09-19T23:13:33) * c44ee21 :arrow_up: Automatic update of dependencies by Kebechet for the rhel-8 environment * b357f95 Set license solver params as unique constraint to reduce duplication diff --git a/thoth/storages/__init__.py b/thoth/storages/__init__.py index 02d145625..234a29084 100644 --- a/thoth/storages/__init__.py +++ b/thoth/storages/__init__.py @@ -52,7 +52,7 @@ __name__ = "thoth-storages" -__version__ = "0.73.3" +__version__ = "0.73.4" __all__ = [ AdvisersCacheStore.__name__,