From 3804325affb087efd5f12eeba01c90d59f98c434 Mon Sep 17 00:00:00 2001 From: Dave Hall Date: Sat, 6 Aug 2022 13:18:28 +0100 Subject: [PATCH] v0.13.8 --- django_s3_storage/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_s3_storage/__init__.py b/django_s3_storage/__init__.py index c3233c8..1c1def0 100644 --- a/django_s3_storage/__init__.py +++ b/django_s3_storage/__init__.py @@ -3,4 +3,4 @@ """ -__version__ = (0, 13, 7) +__version__ = (0, 13, 8)