From c2696398a8d3b02fc035fbc07074c43deb9d83fb Mon Sep 17 00:00:00 2001 From: Andrew-Chen-Wang Date: Wed, 26 May 2021 22:58:44 -0400 Subject: [PATCH] Bump version [ci skip] --- cachalot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cachalot/__init__.py b/cachalot/__init__.py index a70b47c..6bbab99 100644 --- a/cachalot/__init__.py +++ b/cachalot/__init__.py @@ -1,4 +1,4 @@ -VERSION = (2, 4, 1) +VERSION = (2, 4, 2) __version__ = ".".join(map(str, VERSION)) default_app_config = "cachalot.apps.CachalotConfig"