From 4c059ce29b022e3c6a9ab6d61ef920c50add68e8 Mon Sep 17 00:00:00 2001 From: Bernardo Heynemann Date: Mon, 24 Jan 2022 18:54:52 -0300 Subject: [PATCH] Release 7.0.3 --- thumbor/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thumbor/__init__.py b/thumbor/__init__.py index 60c741831..2d3adf675 100644 --- a/thumbor/__init__.py +++ b/thumbor/__init__.py @@ -10,5 +10,5 @@ """This is the main module in thumbor""" -__version__ = "7.0.2" -__release_date__ = "22-Jan-2022" +__version__ = "7.0.3" +__release_date__ = "24-Jan-2022"