From fd0c78809403ee1b0e4c5af8305b1e86cf7ed18f Mon Sep 17 00:00:00 2001 From: Jacob Rief Date: Sun, 28 Jul 2024 01:46:09 +0200 Subject: [PATCH] Update __init__.py --- easy_thumbnails/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easy_thumbnails/__init__.py b/easy_thumbnails/__init__.py index 8cfb2f48..8254a9f2 100644 --- a/easy_thumbnails/__init__.py +++ b/easy_thumbnails/__init__.py @@ -1,4 +1,4 @@ -VERSION = (2, 8, 5, 'final', 0) +VERSION = (2, 9, 'final', 0) def get_version(*args, **kwargs):