From 6df97041e1b1564efcd84fcabe92408925be7811 Mon Sep 17 00:00:00 2001 From: Andrew Chen Wang <60190294+Andrew-Chen-Wang@users.noreply.github.com> Date: Thu, 11 Jan 2024 01:40:32 -0500 Subject: [PATCH] Update to 2.6.2 --- cachalot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cachalot/__init__.py b/cachalot/__init__.py index 4c58571b7..73887ae9c 100644 --- a/cachalot/__init__.py +++ b/cachalot/__init__.py @@ -1,4 +1,4 @@ -VERSION = (2, 6, 1) +VERSION = (2, 6, 2) __version__ = ".".join(map(str, VERSION)) default_app_config = "cachalot.apps.CachalotConfig"