From 18aaec62794964af56fbf1fd346f866c28e8d0d0 Mon Sep 17 00:00:00 2001 From: Dave Hall Date: Sun, 27 Nov 2022 20:49:34 +0000 Subject: [PATCH] v0.13.11 --- 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 e57cdcb..477d5d1 100644 --- a/django_s3_storage/__init__.py +++ b/django_s3_storage/__init__.py @@ -3,4 +3,4 @@ """ -__version__ = (0, 13, 10) +__version__ = (0, 13, 11)