From 66a6a4711682e404082a8ae1f014d88d2b720f22 Mon Sep 17 00:00:00 2001 From: Bernardo Heynemann Date: Wed, 25 Mar 2020 18:54:22 +0000 Subject: [PATCH] Release 7.0.0a5 --- thumbor/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thumbor/__init__.py b/thumbor/__init__.py index c64439127..2a910a05f 100644 --- a/thumbor/__init__.py +++ b/thumbor/__init__.py @@ -10,5 +10,5 @@ """This is the main module in thumbor""" -__version__ = "7.0.0a4" -__release_date__ = "9-Mar-2020" +__version__ = "7.0.0a5" +__release_date__ = "25-Mar-2020"